Releases: adsabs/solr-service
Releases · adsabs/solr-service
Flask and adsmutils update
v1.0.20 Updated adsmutils to v1.0.9 (#34)
Maintenance release
Updated adsmutils (#33) * Updated adsmutils * Updated info message
Added missing log info
Added missing log config (#32) * Added missing log config * Added logging info and capitalized X-Amzn-Trace-Id
Enabled JSON stdout logging and HTTP connection pool
v1.0.17 Enabled JSON stdout logging and HTTP connection pool (#31)
Content-type bugfix release
Overwrite Content-Type field unless it is big-query (#30) Big-query requests (e.g., from vault) are built with `headers['content-type'] = 'big-query/csv'` and they are valid, but other user defined content types such as `'application/json'` lead to a 500 error. We enforce here the correct content-type for these cases.
Allow solr route set-cookie
Pass solr route back and forth as a cookie (#29) * Pass solr route back and forth as a cookie * Implemented list of cookie names to be forwarded
Ensure bigquey respects max rows
v1.0.14 Merge pull request #25 from marblestation/bibquery_rows_param_not_in_…
Migrated to ADSFlask
Merge pull request #21 from marblestation/adsmutils_migration Migrated microservice to ADSFlask from adsmutils
Fixing alembic configuration (deployment issues)
v1.0.11 Fixed alembic install script
Hotfix for persistence
v1.0.10 Adding forgotten alembic config