Xin Dong
|
c5dd0a1acd
|
Undo the ruby nil check since the compiler generated message is better
|
2020-09-16 10:06:19 -07:00 |
Xin Dong
|
e108f041a0
|
Version the behavior change of existing API so that new behavior only happen after 7.0
|
2020-09-16 09:43:57 -07:00 |
Xin Dong
|
acdf04ed18
|
Make sure Python and Ruby does null check
|
2020-09-15 14:09:53 -07:00 |
Xin Dong
|
13c9dc6e37
|
Forgot to update local variables
|
2020-09-11 16:57:00 -07:00 |
Xin Dong
|
0282a1745a
|
Address more review comments
|
2020-09-11 16:44:09 -07:00 |
Xin Dong
|
1b923477f7
|
Apply suggestions from code review
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
|
2020-09-11 14:28:56 -07:00 |
Xin Dong
|
440630a0cb
|
Added bindings supports
|
2020-07-02 14:05:11 -07:00 |
Balachandar Namasivayam
|
a167bf344e
|
Update api version to 700
|
2020-05-28 12:16:03 -07:00 |
Balachandar Namasivayam
|
6d570cd865
|
Change version from 7.0 to 6.3
|
2020-04-03 21:38:58 -07:00 |
Xin Dong
|
5876d694cb
|
Use snake case to be consistent with conventions
|
2020-03-24 13:26:59 -07:00 |
Xin Dong
|
d20ce99774
|
Resolved the review comment and renamed the functions
|
2020-02-12 14:57:40 -08:00 |
Xin Dong
|
85c10d13a5
|
Exposed the byte sample function to the following bindings:
- Flow
- Java
- Go [ needs verify ]
- Python [ needs verify ]
- Ruby [ needs verify ]
|
2020-02-12 14:57:40 -08:00 |
A.J. Beamon
|
72f92626e4
|
Update API version to 700
|
2020-01-30 09:26:27 -08:00 |
A.J. Beamon
|
bc5c65e5ab
|
Merge pull request #1756 from jzhou77/db-option
Add transaction getApproximateSize() API
|
2019-07-19 08:33:24 -07:00 |
A.J. Beamon
|
93be69b6a3
|
Increase the API version to 620.
|
2019-07-18 10:56:05 -07:00 |
Jingyu Zhou
|
2dcc3cfd0a
|
Deprecate fdb_future_get_version for version 620
Use fdb_future_get_int64 in all bindings.
|
2019-07-11 21:17:31 -07:00 |
Jingyu Zhou
|
b2a89c8b77
|
Address review comments for PR #1756
Use fdb_future_get_int64 for language bindings and get rid of using Version
with getApproximateSize API.
|
2019-07-11 16:41:29 -07:00 |
Jingyu Zhou
|
0ad2d2d16e
|
Add binding test for getApproximateSize API
|
2019-07-10 14:58:07 -07:00 |
Trevor Clinkenbeard
|
9fea60675f
|
Fix comments to use transaction_too_old instead of past_version
|
2019-04-24 18:50:57 -07:00 |
A.J. Beamon
|
401f8a6774
|
Python and Ruby bindings displayed an unhelpful error if trying to load an old incompatible fdb_c with a new binding.
|
2019-01-14 10:41:54 -08:00 |
A.J. Beamon
|
890a0f3e82
|
Merge branch 'master' into remove-cluster-from-bindings
# Conflicts:
# bindings/flow/fdb_flow.actor.cpp
|
2018-11-26 12:01:03 -08:00 |
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 |
A.J. Beamon
|
5035c51d15
|
Some fixes to the type chosen for decoding integers in Go. Fix to ruby encoding at byte boundaries. Add execute bit to ruby tester.
|
2018-10-31 14:09:23 -07:00 |
A.J. Beamon
|
2be1cabc72
|
Support for big integers in go and ruby tuple layers
|
2018-10-24 15:50:07 -07:00 |
A.J. Beamon
|
d5357d2439
|
Update all of the bindings to use the new C API and deprecate or remove unneeded parts of their APIs.
|
2018-10-02 15:28:46 -07:00 |
A.J. Beamon
|
983a5bd390
|
Bump API version to 610
|
2018-09-26 10:58:07 -07:00 |
Alec Grieser
|
46b8612566
|
bump API version from 520 to 600
|
2018-07-09 11:00:57 -07:00 |
Vince Polsinelli
|
e2844b12a4
|
Fixed broken links to documentation
|
2018-04-19 14:34:03 -04:00 |
Evan Tschannen
|
c1ba16b3c8
|
Merge branch 'release-5.1' into release-5.2
# Conflicts:
# bindings/java/src/test/com/apple/foundationdb/test/AbstractTester.java
# bindings/java/src/test/com/apple/foundationdb/test/VersionstampSmokeTest.java
# bindings/nodejs/lib/fdb.js
# bindings/nodejs/src/Version.h
# bindings/nodejs/tests/tuple_test.js
|
2018-04-10 16:50:47 -07:00 |
A.J. Beamon
|
3bdbb83ed9
|
Use strinc correctly in ruby directory layer
|
2018-03-27 08:36:25 -07:00 |
A.J. Beamon
|
e2d3afb621
|
Merge branch 'release-5.1' into merge-release-5.1-into-release-5.2
# Conflicts:
# Makefile
# documentation/sphinx/Makefile
# documentation/sphinx/source/administration.rst
# documentation/sphinx/source/anti-features.rst
# documentation/sphinx/source/api-general.rst
# documentation/sphinx/source/building-cluster.rst
# documentation/sphinx/source/class-scheduling-go.rst
# documentation/sphinx/source/class-scheduling-java.rst
# documentation/sphinx/source/class-scheduling-ruby.rst
# documentation/sphinx/source/class-scheduling.rst
# documentation/sphinx/source/command-line-interface.rst
# documentation/sphinx/source/configuration.rst
# documentation/sphinx/source/downloads.rst
# documentation/sphinx/source/fault-tolerance.rst
# documentation/sphinx/source/features.rst
# documentation/sphinx/source/getting-started-linux.rst
# documentation/sphinx/source/getting-started-mac.rst
# documentation/sphinx/source/guide-common.rst.inc
# documentation/sphinx/source/hierarchical-documents-java.rst
# documentation/sphinx/source/index.rst
# documentation/sphinx/source/known-limitations.rst
# documentation/sphinx/source/multimaps-java.rst
# documentation/sphinx/source/performance.rst
# documentation/sphinx/source/segmented-range-reads-java.rst
# documentation/sphinx/source/simple-indexes-java.rst
# documentation/sphinx/source/spatial-indexing-java.rst
# documentation/sphinx/source/subspace-indirection-java.rst
# documentation/sphinx/source/tables-java.rst
# documentation/sphinx/source/vector-java.rst
# versions.target
|
2018-03-21 09:28:10 -07:00 |
John Brownlee
|
91fa01a5a6
|
Updates URLs and email addresses in documentation and package config.
|
2018-03-15 16:30:29 -07:00 |
Alec Grieser
|
8dc05b3d81
|
added methods to (1) determine if an API version has been selected and (2) get it in flow, go, java, python, and ruby bindings
rdar://problem/33838833
|
2018-03-14 12:26:00 -07:00 |
Alec Grieser
|
285e1a1ccc
|
bump API version to 520
|
2018-03-02 10:30:41 -08:00 |
Alec Grieser
|
780405f670
|
Merge branch 'release-5.0' into merge-release-5.0
|
2018-02-27 18:41:27 -08:00 |
Alec Grieser
|
a72aa5d8d3
|
move ruby encoding specification to top ; move node shebang to top ; add in some node code that disappeared mysteriously
|
2018-02-27 18:28:34 -08:00 |
Alec Grieser
|
0bae9880f1
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
Balachandar Namasivayam
|
8e0bea2795
|
Update API_VERSION from 500 to 510
|
2017-10-11 13:49:38 -07:00 |
A.J. Beamon
|
fc468f682b
|
Merge branch 'release-5.0' into bindings-tuple-improvements
# Conflicts:
# bindings/java/src-completable/main/com/apple/apple/foundationdbdb/tuple/Tuple.java
|
2017-05-26 12:33:33 -07:00 |
FDB Dev Team
|
a674cb4ef4
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |