- Documentation updates for v10 release
- Move from
hyper
tohttpx
to unblock usage of python-3.10. #258
- Add
tags
andtraceparent
headers. #256
- Fix the X-Last-Seen-Txn header. #250
- Fix the changelog link emitted from upgrade prompt. [#249])(#249)
- Add optional endpoint parameter as an alternative to setting scheme, domain and port individually. The new parameter will override scheme, domain and port if set. #240
- Add support for set streaming. Pull request for set streaming here.
- Exposes all the fields in the
errors
object - Allows setting select function's default parameter as None value
- Notifies about new package version
- Bearer auth token support
- Added runtime environment headers
- Adds support for Select's default parameter
- Fixes broken v4.0.0 by adding streams package to setup.py
- Introduce document streaming api
- Add third party auth functions
- Bump api_version to
4
- Add nightly and stable CI for Python 2.7, 3.4 and 3.8
- Refactored
contains
intocontains_path
,contains_value
,contains_path
- Added
reverse
function - Bump api version to
3
- Add tests for versioned lambdas
- Added client specified query timeout
- Added Python 3.7 and 3.8 to CI
- Added
documents
,now
- Added
any
,all
- Added
count
,sum
,mean
- Added
time_add
,time_subtract
,time_diff
- Added
starts_with
,ends_with
,contains_str
,contains_str_regex
,regex_escape
- Updated references to documentation
- Added
merge
,format
,reduce
- Send X-Fauna-Driver with HTTP requests
- Added
move_database
,range
- Support new schema names: Class -> Collection; Instance -> Document
Deprecated
create_class
,class_expr
,class_
,classes
Addedcreate_collection
,collection
,collections
- Added
to_seconds
,to_millis
,to_micros
,day_of_week
,day_of_month
,day_of_year
,month
,hour
,minute
,second
. - Added
create_role
,role
,roles
- Added
find_str
,find_str_regex
,replace_str
,replace_str_regex
,length
,lowercase
,uppercase
,titlecase
,ltrim
,rtrim
,space
,substring
,repeat
- Expose last seen txn via
get_last_txn_time
- Update documentation links
- Added
ngram
function - Added
is_empty
andis_nonempty
functions - Added
to_string
,to_number
,to_time
, andto_date
functions
- Added support for recursive references
- Added
abort
function - Added
normalizer
argument tocasefold
function - Added
new_id
function - Deprecated
next_id
function in favor ofnew_id
- Added
identity
andhas_identity
functions - Added
singleton
andevents
functions - Added
select_all
function
- Added
call
,query
, andcreate_function
query functions - Added
@query
type support
- Official release
- Added
key_for_secret
andat
query functions - Added
@bytes
type support (viabytearray
)
- Fix default endpoint
- Initial release