James Phillips
50a8aa3c1c
Update CHANGELOG.md
2017-09-27 16:16:49 -07:00
James Phillips
e912127e75
Update CHANGELOG.md
2017-09-27 16:11:40 -07:00
James Phillips
9c34f1d4fc
Update CHANGELOG.md
2017-09-27 16:10:58 -07:00
James Phillips
d65f36fcda
Update CHANGELOG.md
2017-09-27 16:09:40 -07:00
James Phillips
e11cbb7ea4
Update CHANGELOG.md
2017-09-27 16:09:20 -07:00
James Phillips
7408b0faa2
Update CHANGELOG.md
2017-09-27 16:09:03 -07:00
James Phillips
1ae5355dda
Update CHANGELOG.md
2017-09-27 16:08:22 -07:00
James Phillips
a784be5214
Update CHANGELOG.md
2017-09-27 15:48:24 -07:00
James Phillips
b8db92d1b7
Update CHANGELOG.md
2017-09-27 15:47:52 -07:00
James Phillips
145d9564de
Update CHANGELOG.md
2017-09-27 15:40:48 -07:00
James Phillips
a35f3ae439
Update CHANGELOG.md
2017-09-27 15:38:52 -07:00
James Phillips
61cb8db25c
Update CHANGELOG.md
2017-09-27 15:35:35 -07:00
James Phillips
7dd2070ae5
Update CHANGELOG.md
2017-09-26 20:50:38 -07:00
James Phillips
8aabf59d07
Update CHANGELOG.md
2017-09-26 17:52:47 -07:00
Frank Schröder
e84c2b2edd
Metrics service prefix ( #3498 )
...
* metrics: replace statsite_prefix with service_prefix
The metrics prefix isn't statsite specific and is in fact used
for all metrics providers. Since we are deprecating fields
anyway we should fix this one as well.
Fixes #3293
* Updates docs and sorts telemetry section.
* Renames to "metrics_prefix" to disambiguate with Consul services.
* Updates the change log.
2017-09-26 17:49:55 -07:00
James Phillips
961945e80d
Update CHANGELOG.md
2017-09-26 15:24:36 -07:00
Kyle Havlovitz
9030bda940
Update CHANGELOG.md
2017-09-26 13:49:07 -07:00
Preetha Appan
eb42fbdccf
Update CHANGELOG.md
2017-09-26 11:59:11 -05:00
James Phillips
1b88c30cd6
Update CHANGELOG.md
2017-09-25 23:45:23 -07:00
James Phillips
14066d8fec
Update CHANGELOG.md
2017-09-25 23:44:42 -07:00
James Phillips
f053a3102a
Update CHANGELOG.md
2017-09-25 23:44:11 -07:00
James Phillips
fd1bc151eb
Update CHANGELOG.md
2017-09-25 23:12:20 -07:00
James Phillips
2d87f651cb
Update CHANGELOG.md
2017-09-25 23:12:03 -07:00
Frank Schröder
1e461110e6
agent: consolidate handling of 405 Method Not Allowed ( #3405 )
...
* agent: consolidate http method not allowed checks
This patch uses the error handling of the http handlers to handle HTTP
method not allowed errors across all available endpoints. It also adds a
test for testing whether the endpoints respond with the correct status
code.
* agent: do not panic on metrics tests
* agent: drop other tests for MethodNotAllowed
* agent: align /agent/join with reality
/agent/join uses PUT instead of GET as documented.
* agent: align /agent/check/{fail,warn,pass} with reality
/agent/check/{fail,warn,pass} uses PUT instead of GET as documented.
* fix some tests
* Drop more tests for method not allowed
* Align TestAgent_RegisterService_InvalidAddress with reality
* Changes API client join to use PUT instead of GET.
* Fixes agent endpoint verbs and removes obsolete tests.
* Updates the change log.
2017-09-25 23:11:19 -07:00
James Phillips
45646ac3f4
Bumps default Raft protocol to version 3. ( #3477 )
...
* Changes default Raft protocol to 3.
* Changes numPeers() to report only voters.
This should have been there before, but it's more obvious that this
is incorrect now that we default the Raft protocol to 3, which puts
new servers in a read-only state while Autopilot waits for them to
become healthy.
* Fixes TestLeader_RollRaftServer.
* Fixes TestOperator_RaftRemovePeerByAddress.
* Fixes TestServer_*.
Relaxed the check for a given number of voter peers and instead do
a thorough check that all servers see each other in their Raft
configurations.
* Fixes TestACL_*.
These now just check for Raft replication to be set up, and don't
care about the number of voter peers.
* Fixes TestOperator_Raft_ListPeers.
* Fixes TestAutopilot_CleanupDeadServerPeriodic.
* Fixes TestCatalog_ListNodes_ConsistentRead_Fail.
* Fixes TestLeader_ChangeServerID and adjusts the conn pool to throw away
sockets when it sees io.EOF.
* Changes version to 1.0.0 in the options doc.
* Makes metrics test more deterministic with autopilot metrics possible.
2017-09-25 15:27:04 -07:00
James Phillips
8bc8c25cfb
Tweaks some versions around 1.0.0.
2017-09-25 13:47:45 -07:00
Frank Schroeder
caed0ca3c7
Update CHANGELOG
2017-09-25 03:19:05 +02:00
James Phillips
cc710aed39
Puts tree in 0.9.4 dev mode.
2017-09-08 11:13:20 -07:00
James Phillips
4c2e13e0df
Puts the tree in 0.9.3 release mode.
2017-09-08 09:34:55 -07:00
James Phillips
2f11c0deaf
Update CHANGELOG.md
2017-09-06 22:40:03 -07:00
preetapan
c283dc4202
Fixed typo in CHANGELOG.md
2017-09-06 17:12:36 -05:00
James Phillips
79bae51e27
Update CHANGELOG.md
2017-09-06 13:39:33 -07:00
James Phillips
39b3d03f19
Update CHANGELOG.md
2017-09-06 07:38:16 -07:00
James Phillips
a0fca3dae7
Update CHANGELOG.md
2017-09-01 15:18:14 -07:00
James Phillips
bd1f1fbbbb
Update CHANGELOG.md
2017-09-01 15:17:35 -07:00
Kyle Havlovitz
5b2edf4a4d
Update CHANGELOG.md
2017-09-01 12:44:08 -07:00
James Phillips
f41a3fe6c0
Update CHANGELOG.md
2017-09-01 11:12:43 -07:00
James Phillips
827b670048
Update CHANGELOG.md
2017-09-01 11:10:08 -07:00
Preetha Appan
2386214655
Wire server provider for raft layer only on protocol version 3 and above, and update changelog
2017-08-30 14:36:47 -05:00
James Phillips
58b79d43b7
Updates the change log.
2017-08-29 15:33:48 -07:00
James Phillips
cc2f734a0c
Update CHANGELOG.md
2017-08-25 00:14:44 -07:00
Preetha Appan
5ca1c12005
Updating CHANGELOG
2017-08-24 16:50:22 -05:00
James Phillips
2277e69bac
Update CHANGELOG.md
2017-08-23 14:37:39 -07:00
Frank Schroeder
d155fc3cc1
Update CHANGELOG.md
2017-08-23 22:40:43 +02:00
James Phillips
91dfa3d31d
Update CHANGELOG.md
2017-08-21 15:31:40 -07:00
James Phillips
c060635b82
Update CHANGELOG.md
2017-08-21 15:31:24 -07:00
Preetha Appan
642fcd4611
Update CHANGELOG.md
2017-08-18 11:22:35 -05:00
Preetha Appan
b51645739f
Update CHANGELOG.md
2017-08-16 09:39:10 -05:00
James Phillips
f51d56c80c
Switches to using a read lock for the agent's RPC dispatcher.
...
This prevents RPC calls from getting serialized in this spot.
Fixes #3376
2017-08-09 18:51:55 -07:00
James Phillips
6194dcf36f
Puts tree in 0.9.3 dev mode.
2017-08-09 18:33:57 -07:00
James Phillips
0e82e08168
Update CHANGELOG.md
2017-08-09 16:19:36 -07:00
James Phillips
d07946949d
Update CHANGELOG.md
2017-08-09 15:30:52 -07:00
James Phillips
d441381430
Puts tree into 0.9.2 dev mode.
2017-08-08 23:22:19 -07:00
James Phillips
90b955d65f
Puts the tree into 0.9.1 release mode.
2017-08-08 21:53:28 -07:00
James Phillips
942a54181c
Update CHANGELOG.md
2017-08-08 16:28:03 -07:00
Kyle Havlovitz
34de0b9292
Update CHANGELOG.md
2017-08-08 14:01:51 -07:00
Kyle Havlovitz
d489370ddf
Update CHANGELOG.md
2017-08-08 14:01:33 -07:00
Preetha Appan
33ed4fa000
Update CHANGELOG.md
2017-08-08 09:54:45 -05:00
James Phillips
eb8b2f5778
Update CHANGELOG.md
2017-08-07 16:37:56 -07:00
Preetha Appan
29a336eb45
Updated CHANGELOG.md
2017-08-04 10:44:36 -05:00
James Phillips
64f0a85564
Update CHANGELOG.md
2017-08-03 18:37:27 -07:00
James Phillips
296c87638b
Update CHANGELOG.md
2017-08-03 18:37:12 -07:00
James Phillips
3845397880
Update CHANGELOG.md
2017-08-03 18:37:02 -07:00
James Phillips
b2d2292684
Update CHANGELOG.md
2017-08-03 18:33:18 -07:00
James Phillips
4d4547be69
Update CHANGELOG.md
2017-08-03 18:32:40 -07:00
James Phillips
8f8ac4124a
Update CHANGELOG.md
2017-08-03 15:44:17 -07:00
Frank Schroeder
f465aa4b4f
Update CHANGELOG.md
2017-08-03 21:36:48 +02:00
James Phillips
db30ff82b0
Update CHANGELOG.md
2017-08-02 17:09:01 -07:00
Miguel Prokop
6852dec3f2
agent: Fix script quoting on windows ( #1875 )
...
This patch fixes the quoting for executing scripts on windows
and splits the platform dependent code.
Fixes #1875
2017-08-02 17:01:21 +02:00
James Phillips
cd43a91b86
Adds missing Oxford comma :-)
2017-08-01 08:00:56 -07:00
Frank Schroeder
c17690e80b
Update CHANGELOG.md
2017-08-01 11:47:54 +02:00
Preetha Appan
a9a2a300ca
Update CHANGELOG.md
2017-07-31 17:45:30 -05:00
James Phillips
ca50cc30c5
s/nodes/keys/
2017-07-28 16:42:15 -07:00
Preetha Appan
a86e87d8ed
Updated CHANGELOG.md to include GH#3322, and moved recursive delete fix to the improvements section.
2017-07-28 18:01:11 -05:00
James Phillips
07ae7bc2e1
Update CHANGELOG.md
2017-07-26 22:49:22 -07:00
James Phillips
3fc1b8fa47
Update CHANGELOG.md
2017-07-26 22:10:27 -07:00
James Phillips
ab4d51df25
Update CHANGELOG.md
2017-07-26 15:42:30 -07:00
James Phillips
4e8fd78957
Update CHANGELOG.md
2017-07-26 11:12:04 -07:00
James Phillips
d62438da74
Update CHANGELOG.md
2017-07-26 11:07:41 -07:00
Preetha Appan
a4487b2742
Update CHANGELOG.md
2017-07-26 09:42:28 -05:00
Preetha Appan
c26fd66edd
Clean up temporary files on write errors, and ignore any temporary service files on load with a warning. This fixes #3207
2017-07-24 12:42:51 -05:00
James Phillips
9c459377e9
Puts the tree in 0.9.1 dev mode.
2017-07-19 20:57:10 -07:00
James Phillips
859ac937a8
Puts the tree in 0.9.0 release mode.
2017-07-19 19:55:49 -07:00
James Phillips
f34b9bd7e1
Update CHANGELOG.md
2017-07-19 17:14:38 -07:00
James Phillips
9a8a531f18
Update CHANGELOG.md
2017-07-19 15:29:56 -07:00
Preetha Appan
58c1227dc8
Update CHANGELOG.md
2017-07-18 18:42:29 -05:00
James Phillips
265f38876b
Update CHANGELOG.md
2017-07-18 15:15:16 -07:00
Kyle Havlovitz
a406bc70cf
Update CHANGELOG.md
2017-07-18 15:02:15 -07:00
Frank Schroeder
fe51640263
Update CHANGELOG.md
2017-07-18 21:02:14 +02:00
Frank Schroeder
6c053d5139
Update CHANGELOG.md
2017-07-18 20:26:49 +02:00
Frank Schroeder
87cc0b31ee
Update CHANGELOG.md
2017-07-18 09:12:47 +02:00
James Phillips
4e7dc2bb09
Update CHANGELOG.md
2017-07-17 22:15:19 -07:00
James Phillips
acb85b0e28
Update CHANGELOG.md
2017-07-17 12:55:52 -07:00
James Phillips
e9c733eefb
Update CHANGELOG.md
2017-07-17 12:50:53 -07:00
James Phillips
e3aff86759
Update CHANGELOG.md
2017-07-17 12:50:33 -07:00
James Phillips
164262ec40
Update CHANGELOG.md
2017-07-17 12:05:22 -07:00
James Phillips
0a8c4df1e3
Update CHANGELOG.md
2017-07-17 00:02:27 -07:00
James Phillips
a2604f7b5d
Update CHANGELOG.md
2017-07-16 21:14:31 -07:00
James Phillips
34dda65d71
Update CHANGELOG.md
2017-07-16 20:09:49 -07:00
James Phillips
e7789c6b84
Update CHANGELOG.md
2017-07-16 14:30:22 -07:00
James Phillips
75f6ad6518
Update CHANGELOG.md
2017-07-16 14:28:16 -07:00
James Phillips
ef4bfe598e
Update CHANGELOG.md
2017-07-15 00:09:04 -07:00
James Phillips
83d9f0f688
Update CHANGELOG.md
2017-07-14 20:45:07 -07:00
Kyle Havlovitz
dc3683b287
Update CHANGELOG.md
2017-07-14 17:53:44 -07:00
James Phillips
a61f71dc2e
Update CHANGELOG.md
2017-07-14 17:32:09 -07:00
James Phillips
73452d48b2
Update CHANGELOG.md
2017-07-14 16:32:49 -07:00
James Phillips
6ec04130f4
Update CHANGELOG.md
2017-07-14 12:51:35 -07:00
James Phillips
f57382ff8d
Update CHANGELOG.md
2017-07-14 12:51:19 -07:00
James Phillips
c3328f2e4c
Update CHANGELOG.md
2017-07-13 22:39:03 -07:00
James Phillips
643bd65af5
Update CHANGELOG.md
2017-07-13 22:37:12 -07:00
James Phillips
3200aa03b0
Update CHANGELOG.md
2017-07-11 10:03:42 -07:00
James Phillips
f82703d016
Update CHANGELOG.md
2017-07-10 13:54:41 -07:00
James Phillips
3d8ec60d2d
Update CHANGELOG.md
2017-07-10 09:42:18 -07:00
James Phillips
c2c28d5f65
Update CHANGELOG.md
2017-07-08 17:28:50 -07:00
James Phillips
b01b3f6990
Update CHANGELOG.md
2017-07-08 17:18:23 -07:00
James Phillips
d89500d5dc
Update CHANGELOG.md
2017-07-07 12:34:53 -07:00
Frank Schroeder
e168ef0513
Update CHANGELOG.md
2017-07-07 13:41:02 +02:00
James Phillips
daaf6e214b
Update CHANGELOG.md
2017-07-06 09:46:26 -07:00
Preetha Appan
f00df77d38
Updating CHANGELOG.md
2017-07-06 09:19:22 -05:00
James Phillips
fb0e4d531b
Update CHANGELOG.md
2017-06-29 16:27:17 -07:00
James Phillips
1f60723610
Update CHANGELOG.md
2017-06-29 14:28:54 -07:00
James Phillips
c42c1cf354
Update CHANGELOG.md
2017-06-28 20:18:24 -07:00
James Phillips
f2f9a7621f
Update CHANGELOG.md
2017-06-27 18:48:18 -07:00
Preetha Appan
63564da69c
Updating CHANGELOG.md
2017-06-27 16:28:48 -05:00
James Phillips
aa45338d9d
Puts the tree back in 0.9.0 dev mode.
2017-06-27 11:18:45 -07:00
James Phillips
555c7e912a
Puts tree into 0.8.5 release mode.
2017-06-27 09:25:38 -07:00
James Phillips
9243aa990d
Update CHANGELOG.md
2017-06-26 22:44:23 -07:00
James Phillips
b5b6816eeb
Update CHANGELOG.md
2017-06-26 21:25:56 -07:00
James Phillips
2742efbd64
Update CHANGELOG.md
2017-06-24 15:21:55 -07:00
James Phillips
86dc4640b9
Update CHANGELOG.md
2017-06-24 12:55:45 -07:00
James Phillips
75cf566311
Update CHANGELOG.md
2017-06-24 09:42:08 -07:00
James Phillips
0f5f7ff425
Update CHANGELOG.md
2017-06-24 09:41:56 -07:00
James Phillips
6d354b4b9f
Update CHANGELOG.md
2017-06-23 01:17:46 -07:00
James Phillips
38d360735a
Update CHANGELOG.md
2017-06-22 16:55:42 -07:00
Kyle Havlovitz
d8acaa84dc
Update CHANGELOG.md
2017-06-22 14:46:26 -07:00
Frank Schroeder
29373fa2b7
Update CHANGELOG.md
2017-06-22 10:36:51 +02:00
Preetha Appan
8e927e534f
Update CHANGELOG with consul enterprise static snapshot name feature
2017-06-21 20:48:23 -05:00
James Phillips
2cb4ce3a1a
Update CHANGELOG.md
2017-06-21 15:38:16 -07:00
James Phillips
a8b9fb82b6
Update CHANGELOG.md
2017-06-20 21:46:48 -07:00
Frank Schroeder
f8265cef8c
Update CHANGELOG.md
2017-06-21 06:45:12 +02:00
Frank Schroeder
37d389f278
Update CHANGELOG.md
2017-06-21 06:34:28 +02:00
James Phillips
22abd645a8
Update CHANGELOG.md
2017-06-20 17:59:16 -07:00
Kyle Havlovitz
f021c778ad
Create CHANGELOG.md
2017-06-15 15:29:58 -07:00
vijay rama raju samanuri
5507a310dd
Typo in CHANGELOG ( #3149 )
2017-06-15 07:23:21 -07:00
James Phillips
3f2aac0124
Create CHANGELOG.md
2017-06-14 16:25:20 -07:00
James Phillips
3835788d6a
Update CHANGELOG.md
2017-06-09 21:11:16 -07:00
James Phillips
1f040b6a7a
Create CHANGELOG.md
2017-06-09 15:51:50 -07:00
Seth Vargo
401380ae41
Update CHANGELOG
2017-06-09 15:13:28 -04:00
James Phillips
7e4406e5b9
Puts the tree into 0.9.0 dev mode.
2017-06-09 08:27:15 -07:00
James Phillips
d968d8b648
Puts the tree into 0.8.4. release mode.
2017-06-09 07:34:00 -07:00
James Phillips
76e8ed07b0
Create CHANGELOG.md
2017-06-08 13:16:32 -07:00
Preetha Appan
51b0f991c3
Updated changelog
2017-06-08 13:04:53 -07:00
James Phillips
967a7a400b
Create CHANGELOG.md
2017-06-08 07:25:19 -07:00
James Phillips
0a3bcf0f41
Create CHANGELOG.md
2017-06-08 07:24:42 -07:00
James Phillips
08f60eb64f
Create CHANGELOG.md
2017-06-08 07:22:29 -07:00
James Phillips
e7cf67b31b
Update CHANGELOG.md
2017-06-07 10:42:55 -07:00
James Phillips
a8ec191290
Update CHANGELOG.md
2017-06-07 10:39:51 -07:00
Frank Schroeder
9224daf585
Update CHANGELOG.md
2017-06-07 09:53:11 +02:00
James Phillips
65bbad0975
Update CHANGELOG.md
2017-06-02 21:45:14 -07:00
James Phillips
cbedf92157
Update CHANGELOG.md
2017-06-02 21:45:03 -07:00
James Phillips
d9fb90be6a
Update CHANGELOG.md
2017-06-02 09:33:58 -07:00
James Phillips
555cc9b44a
Update CHANGELOG.md
2017-06-02 09:07:31 -07:00
Kyle Havlovitz
eea8f4ce75
Update CHANGELOG.md
2017-05-30 08:52:51 -07:00
James Phillips
8d00db4836
Update CHANGELOG.md
2017-05-25 22:05:37 -07:00
James Phillips
6b5b1bd404
Update CHANGELOG.md
2017-05-25 22:05:25 -07:00
James Phillips
7d2b473101
Update CHANGELOG.md
2017-05-24 20:57:11 -07:00
Frank Schroeder
d3153a2369
Update CHANGELOG.md
2017-05-24 11:11:21 +02:00
James Phillips
fa6bd6dab9
Update CHANGELOG.md
2017-05-23 16:54:49 -07:00
James Phillips
f9d27d2732
Update CHANGELOG.md
2017-05-18 10:29:51 -04:00
James Phillips
816f34c217
Update CHANGELOG.md
2017-05-18 10:27:06 -04:00
Frank Schroeder
6c02d380af
Update CHANGELOG.md
2017-05-17 20:23:09 +02:00
Frank Schroeder
9b1bd5197b
Update CHANGELOG.md
2017-05-15 17:53:30 +02:00
James Phillips
698686d838
Puts the tree in version 0.8.4 dev mode.
2017-05-11 18:52:37 -07:00
James Phillips
49e9dab883
Update CHANGELOG.md
2017-05-10 17:02:44 -07:00
James Phillips
80d7d0392b
Update CHANGELOG.md
2017-05-10 17:02:34 -07:00
Kyle Havlovitz
f8913b4c77
Update CHANGELOG.md
2017-05-10 14:28:12 -07:00
Kyle Havlovitz
0d484b3460
Update CHANGELOG.md
2017-05-10 14:27:27 -07:00
James Phillips
7fa2471ba7
Update CHANGELOG.md
2017-05-09 18:46:51 -07:00
James Phillips
c6de323fc3
Update CHANGELOG.md
2017-05-09 11:48:23 -07:00
Kyle Havlovitz
f0e99071cd
Update CHANGELOG.md
2017-05-09 11:35:24 -07:00
James Phillips
8ec6d3579c
Update CHANGELOG.md
2017-05-09 11:05:28 -07:00
James Phillips
785ff2796f
Puts tree into 0.8.3 development mode.
2017-05-09 07:41:56 -07:00
James Phillips
bd686a2576
Puts tree into 0.8.2 release mode.
2017-05-09 06:58:29 -07:00
James Phillips
f142f9f9cd
Update CHANGELOG.md
2017-05-08 20:44:20 -07:00
James Phillips
6b090b06af
Update CHANGELOG.md
2017-05-05 08:53:49 -07:00
James Phillips
24efdb74fb
Update CHANGELOG.md
2017-05-04 14:37:49 -07:00
James Phillips
bc508f5666
Update CHANGELOG.md
2017-05-04 10:36:08 -07:00
Frank Schroeder
367d4760d3
Update CHANGELOG.md
2017-05-04 01:50:59 +02:00
James Phillips
1fbb6f9b6f
Update CHANGELOG.md
2017-05-02 10:47:36 -07:00
James Phillips
731ed95b84
Update CHANGELOG.md
2017-04-28 18:49:38 -07:00
James Phillips
4915742a48
Update CHANGELOG.md
2017-04-28 16:20:45 -07:00
Kyle Havlovitz
fcf3a42498
Update CHANGELOG.md
2017-04-28 16:17:31 -07:00
Frank Schroeder
d19deacc57
Update CHANGELOG.md
2017-04-28 14:45:40 -07:00
James Phillips
d63223c90d
Update CHANGELOG.md
2017-04-28 09:10:52 -07:00
Kyle Havlovitz
d1dc7c0cbb
Update CHANGELOG.md
2017-04-27 12:02:34 -07:00
James Phillips
e9489db891
Update CHANGELOG.md
2017-04-25 16:51:42 -07:00
Frank Schroeder
bfae30f52b
Update CHANGELOG
2017-04-25 09:30:24 -07:00
James Phillips
8234f3acc6
Update CHANGELOG.md
2017-04-19 15:28:51 -07:00
Kyle Havlovitz
e04e86069c
Update CHANGELOG.md
2017-04-19 15:03:02 -07:00
Frank Schroeder
2d0917062f
Update CHANGELOG
2017-04-18 05:08:15 -07:00
James Phillips
1a753e46de
Update CHANGELOG.md
2017-04-17 17:31:58 -07:00
James Phillips
26b30b1606
Puts the tree in 0.8.2 dev mode.
2017-04-17 12:05:23 -07:00
James Phillips
647a3d2556
Puts the tree in 0.8.1 release mode.
2017-04-17 10:37:25 -07:00
Kyle Havlovitz
2d7ec3137c
Update CHANGELOG.md
2017-04-14 14:57:09 -07:00
James Phillips
271189aa70
Update CHANGELOG.md
2017-04-13 20:11:06 -07:00
James Phillips
2d1dfae468
Update CHANGELOG.md
2017-04-13 16:54:35 -07:00
James Phillips
d549c9c9f0
Update CHANGELOG.md
2017-04-13 14:45:38 -07:00
James Phillips
4d92e5dbbe
Update CHANGELOG.md
2017-04-13 14:31:28 -07:00
Kyle Havlovitz
261251056d
Update CHANGELOG.md
2017-04-13 10:58:06 -07:00
James Phillips
47e227b4e5
Update CHANGELOG.md
2017-04-13 10:51:19 -07:00
James Phillips
0b96666c66
Update CHANGELOG.md
2017-04-12 16:08:58 -07:00
James Phillips
56c3f4576e
Update CHANGELOG.md
2017-04-12 10:05:50 -07:00
James Phillips
b0bb0bc334
Update CHANGELOG.md
2017-04-11 19:05:19 -07:00
James Phillips
4dd0d2bd2f
Update CHANGELOG.md
2017-04-11 10:09:41 -07:00
James Phillips
d576574eac
Update CHANGELOG.md
2017-04-05 06:20:35 -07:00
James Phillips
10dee33e0a
Puts the tree back in dev mode.
2017-04-04 22:09:05 -07:00
James Phillips
23947700fa
Puts the tree into release mode.
2017-04-04 21:15:46 -07:00
Seth Vargo
7779c5942c
Link to new api
2017-04-04 12:52:00 -04:00
Kyle Havlovitz
01d5ce6db0
Update CHANGELOG.md
2017-03-30 15:54:21 -07:00
James Phillips
89ff9bb635
Update CHANGELOG.md
2017-03-30 10:30:51 -07:00
Kyle Havlovitz
5fd96d1ee4
Update CHANGELOG.md
2017-03-30 10:15:36 -07:00
James Phillips
b75bf02f8b
Update CHANGELOG.md
2017-03-29 17:38:30 -07:00
James Phillips
e34559a257
Updates change log and upgrade guide with details about #2844 .
2017-03-29 13:05:57 -07:00
James Phillips
f05fc93b22
Update CHANGELOG.md
2017-03-28 12:02:19 -07:00
James Phillips
b731403f7f
Update CHANGELOG.md
2017-03-27 23:34:48 -07:00
James Phillips
ed2a0df74a
Updates the change log for advanced autopilot and network areas.
2017-03-27 16:25:46 -07:00
James Phillips
f8eb854e6f
Update CHANGELOG.md
2017-03-27 09:04:40 -07:00
James Phillips
c2f9fa2031
Update CHANGELOG.md
2017-03-27 09:02:54 -07:00
James Phillips
ac70757405
Update CHANGELOG.md
2017-03-24 17:48:50 -07:00
James Phillips
481afb3a04
Update CHANGELOG.md
2017-03-24 17:48:30 -07:00
James Phillips
1a828a3a9d
Update CHANGELOG.md
2017-03-24 17:44:05 -07:00
James Phillips
72418d976b
Update CHANGELOG.md
2017-03-23 15:58:46 -07:00
James Phillips
cf1b325e21
Update CHANGELOG.md
2017-03-20 16:28:38 -07:00
James Phillips
a88446f208
Update CHANGELOG.md
2017-03-17 15:16:57 -07:00
James Phillips
b776552020
Update CHANGELOG.md
2017-03-14 17:53:31 -07:00
Kyle Havlovitz
144a5e5340
Update CHANGELOG.md
2017-03-10 15:35:18 -08:00
Kyle Havlovitz
dd5a5740a8
Update CHANGELOG.md
2017-03-10 12:47:58 -08:00
James Phillips
6256b28474
Update CHANGELOG.md
2017-03-09 09:28:48 -08:00
James Phillips
5ea69e483b
Update CHANGELOG.md
2017-03-02 14:51:28 -08:00
Kyle Havlovitz
41025a59f6
Update CHANGELOG.md
2017-02-28 15:03:03 -08:00
James Phillips
65b7ed462c
Update CHANGELOG.md
2017-02-17 00:17:07 -08:00
James Phillips
3a877b9510
Update CHANGELOG.md
2017-02-16 13:36:23 -08:00
Kyle Havlovitz
3c637874c0
Update CHANGELOG.md
2017-02-16 12:09:48 -08:00
James Phillips
4154fb9c20
Update CHANGELOG.md
2017-02-14 18:57:17 -08:00
James Phillips
840347aa40
Update CHANGELOG.md
2017-02-14 18:16:36 -08:00
James Phillips
b300e9f0d2
Update CHANGELOG.md
2017-02-13 18:46:35 -08:00
James Phillips
29bfe1a5ad
Update CHANGELOG.md
2017-02-13 17:06:22 -08:00
James Phillips
ac180296c1
Update CHANGELOG.md
2017-02-13 17:05:47 -08:00
James Phillips
68e2839aa8
Update CHANGELOG.md
2017-02-11 10:27:40 -08:00
Kyle Havlovitz
73d8529b3a
Update CHANGELOG.md
2017-02-10 20:46:49 -05:00
Kyle Havlovitz
12877296a7
Update CHANGELOG.md
2017-02-10 20:32:29 -05:00
James Phillips
0d23c50682
Update CHANGELOG.md
2017-02-10 17:13:42 -08:00
James Phillips
2aba11dc5b
Update CHANGELOG.md
2017-02-10 16:41:38 -08:00
Kyle Havlovitz
579addc1c7
Update CHANGELOG.md
2017-02-09 21:11:43 -05:00
James Phillips
d3f7a68b2f
Update CHANGELOG.md
2017-02-08 14:14:36 -08:00
James Phillips
f611f071a4
Update CHANGELOG.md
2017-02-08 14:04:55 -08:00
James Phillips
97dbfb8b32
Points at new release and puts tree in 0.8.0 dev mode.
2017-02-06 11:08:30 -08:00
James Phillips
5c0a89ccf5
Puts the tree in 0.7.4 release mode.
2017-02-06 10:14:21 -08:00
Kyle Havlovitz
01588efc2a
Update CHANGELOG.md
2017-02-02 12:19:54 -05:00
Sean Chittenden
22addad024
Add a note about looking up nodes by their node id.
2017-02-01 16:26:36 -08:00
Kyle Havlovitz
644dff8922
Update CHANGELOG.md
2017-02-01 16:40:26 -05:00
Kyle Havlovitz
6574f56153
Update CHANGELOG.md
2017-02-01 16:39:32 -05:00
James Phillips
0a3492595b
Update CHANGELOG.md
2017-02-01 10:31:20 -08:00
James Phillips
63d2fc6823
Update CHANGELOG.md
2017-02-01 07:00:32 -08:00
James Phillips
893422eac7
Update CHANGELOG.md
2017-01-31 19:14:29 -08:00
James Phillips
d07f0f3d44
Update CHANGELOG.md
2017-01-31 19:04:48 -08:00
James Phillips
1ca6c9bff3
Update CHANGELOG.md
2017-01-26 15:38:03 -08:00
James Phillips
60b82c5b61
Update CHANGELOG.md
2017-01-26 09:15:05 -08:00
James Phillips
cfd7c22f8a
Puts the tree in 0.7.3 release mode.
2017-01-26 08:23:46 -08:00
James Phillips
1618c14db7
Update CHANGELOG.md
2017-01-25 21:45:03 -08:00
James Phillips
ef06bbd40e
Update CHANGELOG.md
2017-01-25 21:06:15 -08:00
James Phillips
b7f2fab534
Update CHANGELOG.md
2017-01-25 20:07:38 -08:00
James Phillips
77dc6fb08e
Update CHANGELOG.md
2017-01-25 16:18:48 -08:00
James Phillips
efb67fe08a
Update CHANGELOG.md
2017-01-25 16:09:59 -08:00
James Phillips
03fcbe935a
Update CHANGELOG.md
2017-01-18 16:11:31 -08:00
Kyle Havlovitz
945da0395a
Update CHANGELOG.md
2017-01-17 19:24:41 -05:00
James Phillips
9d67b5bc7d
Update CHANGELOG.md
2017-01-17 09:02:35 -08:00
Kyle Havlovitz
ef4236a00e
Update CHANGELOG.md
2017-01-12 18:31:45 -05:00
Kyle Havlovitz
e015d153ce
Update CHANGELOG.md
2017-01-11 20:43:04 -05:00
James Phillips
fc7ac65009
Update CHANGELOG.md
2017-01-05 12:15:16 -08:00
James Nugent
2231dd9d1e
Update CHANGELOG.md
2017-01-05 08:45:09 -06:00
James Phillips
c900966b8c
Puts the tree in 0.7.3 dev mode.
2016-12-19 11:45:15 -08:00
James Phillips
af28466cf0
Puts the tree into 0.7.2 release mode.
2016-12-19 10:06:40 -08:00
James Phillips
e6b79b9a3b
Update CHANGELOG.md
2016-12-14 21:06:57 -08:00
Kyle Havlovitz
d947ef4bfc
Update CHANGELOG.md
2016-12-14 20:22:57 -05:00
Kyle Havlovitz
42113d07c1
Update CHANGELOG.md
2016-12-14 15:40:30 -05:00
Kyle Havlovitz
3eeff546c1
Update CHANGELOG.md
2016-12-14 15:33:04 -05:00
Kyle Havlovitz
769a872b71
Update CHANGELOG.md
2016-12-13 19:23:48 -05:00
Kyle Havlovitz
763fc2f902
Update CHANGELOG.md
2016-12-12 19:18:28 -05:00
Kyle Havlovitz
3a24debd79
Update CHANGELOG.md
2016-12-06 20:14:58 -05:00
James Phillips
91b0e87436
Update CHANGELOG.md
2016-12-02 07:56:51 -08:00
James Phillips
c88b4a2867
Update CHANGELOG.md
2016-12-02 07:56:06 -08:00
James Phillips
7690d80378
Update CHANGELOG.md
2016-12-01 07:43:10 -08:00
James Phillips
a6bb339621
Update CHANGELOG.md
2016-11-30 21:47:33 -08:00
James Phillips
8c64ef24df
Update CHANGELOG.md
2016-11-30 21:44:01 -08:00
James Phillips
fad63ef748
Update CHANGELOG.md
2016-11-30 21:11:42 -08:00
Kyle Havlovitz
f794dea107
Update CHANGELOG.md
2016-11-30 13:40:09 -05:00
James Phillips
1b67c55c3e
Update CHANGELOG.md
2016-11-29 18:01:43 -08:00
James Phillips
9aa2dedd63
Update CHANGELOG.md
2016-11-29 16:01:23 -08:00
Kyle Havlovitz
f33e5aa728
Update CHANGELOG.md
2016-11-28 18:43:50 -05:00