Evan Tschannen
e45952bc53
Merge branch 'release-6.0'
...
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# fdbclient/BackupContainer.actor.cpp
# fdbclient/BlobStore.actor.cpp
# fdbclient/HTTP.actor.cpp
# tests/BlobStore.txt
# versions.target
2018-11-13 16:06:39 -08:00
Evan Tschannen
e6b4c0431d
updated download links for 6.0.15
2018-11-13 13:16:15 -08:00
Evan Tschannen
080133c146
updated release notes
2018-11-13 12:38:17 -08:00
Evan Tschannen
b6cac2a8e1
Merge pull request #914 from satherton/fix-s3-compatibility
...
Fix backup S3 API compatibility
2018-11-13 12:28:57 -08:00
Alec Grieser
6ab59b2ec2
update PR number to (hopefully) final PR for bigint feature
2018-11-13 11:47:28 -08:00
Alec Grieser
7e4f84c60e
Merge remote-tracking branch 'upstream/release-6.0' into feature-bigint-support-go-ruby-aj
2018-11-13 11:28:10 -08:00
Stephen Atherton
3125b807b3
Added documentation of the 'bucket' URL parameter for blobstore:// backup URLs.
2018-11-13 06:23:58 -08:00
Stephen Atherton
5236ff9f7a
Added release note for PR #904 .
2018-11-13 05:37:03 -08:00
Stephen Atherton
c89d1bfd98
Added release note for PR #826 .
2018-11-13 05:36:43 -08:00
Stephen Atherton
92eae5b942
Added release notes for backup related fixes in PR #914 .
2018-11-13 05:33:59 -08:00
Evan Tschannen
4b5d0b4e2c
Merge branch 'release-6.0'
...
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# fdbclient/AsyncFileBlobStore.actor.cpp
# fdbclient/AsyncFileBlobStore.actor.h
# fdbclient/BlobStore.actor.cpp
# fdbclient/BlobStore.h
# fdbclient/HTTP.actor.cpp
# fdbclient/ManagementAPI.actor.cpp
# fdbclient/NativeAPI.actor.cpp
# fdbrpc/LoadBalance.actor.h
# fdbrpc/batcher.actor.h
# fdbrpc/fdbrpc.vcxproj
# fdbrpc/sim2.actor.cpp
# fdbserver/DataDistribution.actor.cpp
# fdbserver/DataDistributionTracker.actor.cpp
# fdbserver/SimulatedCluster.actor.cpp
# fdbserver/TLogServer.actor.cpp
# fdbserver/masterserver.actor.cpp
2018-11-10 13:04:24 -08:00
Evan Tschannen
ebac7008f8
Merge pull request #890 from ajbeamon/document-configure-new
...
Document configure new command
2018-11-10 10:07:49 -08:00
Evan Tschannen
b8381b3cea
Merge branch 'release-6.0' of github.com:apple/foundationdb into release-6.0
2018-11-10 09:51:49 -08:00
Evan Tschannen
828b8d8edc
updated release notes for 6.0.15
2018-11-10 09:50:14 -08:00
Stephen Atherton
90e5f9bdef
Documented that fdbmonitor configuration file changes should be made atomically.
2018-11-07 17:39:12 -08:00
A.J. Beamon
d54af96ba4
Various fixes to our documentation, such as syntax problems, broken links, etc.
2018-11-01 14:19:37 -07:00
A.J. Beamon
ebebb82cca
Document configure new command
2018-11-01 13:27:24 -07:00
A.J. Beamon
d02c37965d
Merge branch 'release-6.0' into feature-bigint-support-go-ruby
2018-11-01 11:33:48 -07:00
ryanworl
5085c7095b
clarify affected data calculation for reading values
2018-10-31 09:32:15 -04:00
A.J. Beamon
377f5e2c48
Add release notes and fix formatting
2018-10-30 15:06:47 -07:00
A.J. Beamon
42d101c517
Merge branch 'tuple-uint64' into feature-bigint-support-go-ruby
...
# Conflicts:
# bindings/go/src/fdb/tuple/tuple.go
2018-10-30 14:23:26 -07:00
Alec Grieser
ce9d89f5ec
Merge pull request #879 from ajbeamon/release-6.0
...
Forgot that we needed a release note for recent Go bindings fix.
2018-10-29 15:54:57 -07:00
jlmoody
72b8612361
Fixing what appears to be a small type-o on line 17 of the index.rst for the documentation.
...
Fixing what appears to be a small type-o on line 79 of the known
limitations documentation.
2018-10-29 17:34:37 -05:00
A.J. Beamon
426ccc23a5
Forgot that we needed a release note for recent Go bindings fix.
2018-10-29 15:17:29 -07:00
A.J. Beamon
2be1cabc72
Support for big integers in go and ruby tuple layers
2018-10-24 15:50:07 -07:00
Evan Tschannen
24c5a8982c
Merge branch 'release-6.0'
...
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# versions.target
2018-10-24 15:40:37 -07:00
Evan Tschannen
5f59b24ac9
updated release notes and downloads for 6.0.14
2018-10-24 11:10:56 -07:00
Evan Tschannen
fc7f2f6431
added a release note for 6.0.14
2018-10-18 16:53:05 -07:00
Evan Tschannen
2f4e7fad48
Merge branch 'master' of github.com:apple/foundationdb
2018-10-15 18:39:46 -07:00
Evan Tschannen
0217aed74c
Merge branch 'release-6.0'
...
# Conflicts:
# bindings/go/README.md
# documentation/sphinx/source/release-notes.rst
# fdbserver/MasterProxyServer.actor.cpp
# versions.target
2018-10-15 18:38:51 -07:00
Evan Tschannen
150c770945
updated release notes for 6.0.14
2018-10-12 17:38:41 -07:00
Rick Branson
8a334f4338
Fix docs for three_datacenter mode
...
According to fdbclient/ManagementAPI.actor.cpp, the three_datacenter mode has a redundancy/replication factor of 6, and distributes the replicas across 3 datacenters and 2 zones within each datacenter.
2018-10-12 16:57:42 -07:00
Stephen Atherton
e0158d8216
Added release note for backup task bug fix.
2018-10-12 16:33:58 -07:00
A.J. Beamon
9983c534e6
Release 6.0.13 preparation
2018-10-10 13:44:16 -07:00
A.J. Beamon
3c23759242
Fill in details of pull request
2018-10-10 13:35:06 -07:00
A.J. Beamon
419231d798
Fix: status was trying to read a metric under the wrong name, leading to an error that caused the cluster to report itself unhealthy and some metrics to be missing.
2018-10-10 13:33:28 -07:00
A.J. Beamon
b70e81f31b
Updated release notes.
2018-10-09 09:54:19 -07:00
Evan Tschannen
110a97f01c
updated documentation for 6.0.12
2018-10-08 11:45:51 -07:00
Stephen Atherton
2e0251c8da
Old typo, is -> it.
2018-10-08 08:48:33 -07:00
Stephen Atherton
e471dc831e
Updated TLS documentation to reflect that operating system root CA's are not used.
2018-10-08 08:38:41 -07:00
A.J. Beamon
41012a8bfe
Merge pull request #792 from ajbeamon/bump-api-version-to-610
...
Bump API version to 610
2018-10-08 08:16:05 -07:00
A.J. Beamon
ad5f2c4f92
Changed wording
2018-10-05 15:52:01 -07:00
A.J. Beamon
184a4b7789
Add release note for truncate optimization.
2018-10-05 15:49:54 -07:00
Evan Tschannen
1c3b7710c9
one more release note moved to impacting 6.0.0 only
2018-10-05 15:36:48 -07:00
Evan Tschannen
ab5c904cf2
moved a release note to denote it only impacts 6.0.0+
2018-10-05 13:48:45 -07:00
Evan Tschannen
9c8b0a5285
refactored release notes to denote which fixes are only fixing bugs introduced since 6.0.0
2018-10-05 13:24:23 -07:00
A.J. Beamon
2263fb08cd
Merge pull request #803 from etschannen/release-6.0
...
updated release notes for 6.0.12
2018-10-05 12:51:24 -07:00
Evan Tschannen
c068c80d82
updated release notes for clarity
2018-10-05 12:47:30 -07:00
A.J. Beamon
a72c8f5cb2
Merge pull request #811 from apple/release-6.0
...
Merge release-6.0 into master
2018-10-04 13:30:49 -07:00
A.J. Beamon
d02b6bf211
Merge pull request #810 from apple/release-5.2
...
Merge release-5.2 into release-6.0
2018-10-04 13:30:26 -07:00