diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4aa70f2..f380d3c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.16.1] - 2023-09-19 + +- Uses `nest_asyncio` patch in event loop - sync to async +- Retry Querier request on `AsyncLibraryNotFoundError` ## [0.16.0] - 2023-09-13 @@ -535,6 +539,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 } ``` +## [0.14.10] - 2023-09-31 + +- Uses `nest_asyncio` patch in event loop - sync to async + +## [0.14.9] - 2023-09-28 + +- Add logic to retry network calls if the core returns status 429 + ## [0.14.8] - 2023-07-07 ## Fixes diff --git a/addDevTag b/addDevTag index 1fd4f670e..cdde45c47 100755 --- a/addDevTag +++ b/addDevTag @@ -1,11 +1,5 @@ #!/bin/bash -# check if we need to merge master into this branch------------ -if [[ $(git log origin/master ^HEAD) ]]; then - echo "You need to merge master into this branch. Exiting" - exit 1 -fi - # get version------------ version=`cat setup.py | grep -e 'version='` while IFS='"' read -ra ADDR; do diff --git a/html/supertokens_python/constants.html b/html/supertokens_python/constants.html index 433530761..43c3751a5 100644 --- a/html/supertokens_python/constants.html +++ b/html/supertokens_python/constants.html @@ -87,4 +87,4 @@
Generated by pdoc 0.10.0.