Releases: adsabs/biblib-service
Releases · adsabs/biblib-service
Maintenance release: Set Default Library Sort
- Sets libraries to be sorted by
date_created
asc
by default.
Maintenance release: Library list paging
- Adds paging to
/libraries/
GET request to deal with server timeout when user has a large number of libraries. - Defaults to returning all libraries.
LRU cache release
- Bugfixes for ADS /search query method
- Test of absolute UID to email method caching
Maintenance release: alembic bugfix
- Fixed bug in latest alembic upgrade that prevented database migration due to import of local modules
Add QueryView endpoint, SQLAlchemy versioning, and DocumentView bibcode validation.
- Update
DocumentView
endpoint to validate supplied bibcodes - Add new endpoint
QueryView
that allows items to be added to a library by supplying/search
query parameters. - Adds
sqlalchemy-continuum
versioning to libraries for ease of restoration in the event a user wishes to revert library versions. Adds additional functions to maintain versions table at a reasonable size.
Maintenance release: bug fix
#150 Werkzeug import fix for Python 3
Python 3
Updated adsmutils to v1.1.9
v1.0.37 Updated adsmutils to v1.1.9
Maintenance release
#147 - Bugfix: Control library name length
myADS special library read only token
#146 - Allow readonly access for a special token (i.e., myADS token)