Releases: fauna/faunadb-python
Releases · fauna/faunadb-python
4.5.0
- Support python 3.10. Swap httpx in for hyper. #258
4.3.1
- Fix the X-Last-Seen-Txn header. #250
- Fix the changelog link emitted from upgrade prompt. [#249])(#249)
4.3.0
- 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