Releases: alercebroker/web-services
Releases · alercebroker/web-services
astroobject-0.1.16
Astro Object API for ALeRCE Clients
Release 1.3.0
What's Changed
- Feature/load testing docs by @pgallardor in #102
- Feature/load testing by @pgallardor in #109
- build: use poetry by @dirodriguezm in #111
- feat: now gunicorn uses gthread as worker by @pgallardor in #118
- fix: deleted gevent extra dependencies by @pgallardor in #119
Full Changelog: 1.2.4...1.3.0
Release 1.2.4
What's Changed
- feat: delete limiter by @dirodriguezm in #85
- Remove flask limiter by @pcastelln in #91
- Fix conesearch units by @pcastelln in #93
- fix(after request): returns a default value if time is not registered by @pgallardor in #97
- add SERVER_SOFTWARE variable by @dirodriguezm in #101
Full Changelog: 1.2.3...1.2.4
Release 1.2.3
What's Changed
- Changed the survey_id param to be optional, default ztf by @AlxEnashi in #69
Full Changelog: 1.2.2...1.2.3
Release 1.2.2
Hotfix
There was a part of the code that tried to raise
a Failure
object instead of return
ing it.
Release 1.2.1
HotFix:
- When atlas object is not found, the error could not be raised due to wrong reference to
survey_id
variable. This is now fixed.
Release 1.2.0
What's Changed
- Feature/limiter api by @dirodriguezm in #38
- Feature/order classes by @dirodriguezm in #40
- Bump flask-cors from 3.0.8 to 3.0.9 by @dependabot in #41
- Bump flask-restx from 0.2.0 to 0.5.1 by @dependabot in #42
- change_folder_structure by @AlxEnashi in #43
- alerts api 1.1 light curve feature definition by @AlxEnashi in #44
- Database Access Module by @AlxEnashi in #45
- lightcurve resource coded using the new commands by @AlxEnashi in #46
- Various deployment related changes by @dirodriguezm in #47
- refactor mongo interface bad mongo object definition by @AlxEnashi in #48
- using the new version of db plugin by @AlxEnashi in #50
- Documentation by @AlxEnashi in #51
- Update README.md by @dirodriguezm in #52
- fix marshalling of parent candid field by @dirodriguezm in #53
- Develop by @dirodriguezm in #49
- Added examples and behavior testing by @dirodriguezm in #54
- Using results to create safe database acces by @AlxEnashi in #55
- Refactor: Application structure and dependency injection by @dirodriguezm in #56
- upgrade python and flask by @AlxEnashi in #57
- Using ralidator for lightcurve by @AlxEnashi in #58
- Fix ralidator settings by @dirodriguezm in #61
- Deployment/default filters empty by @AlxEnashi in #62
- fix rfid nan marshal error by @AlxEnashi in #64
- added notnanfloat field class that check to not return nan by @AlxEnashi in #65
- changed header name in the tests by @AlxEnashi in #63
- feature: setting with new config for stage by @AlxEnashi in #66
- Sync ralidator flask version in requirements by @AlxEnashi in #67
- remove default user filters by @AlxEnashi in #68
New Contributors
- @dependabot made their first contribution in #41
- @AlxEnashi made their first contribution in #43
Full Changelog: 1.0.1...2.0.0
Release 1.0.1
What's Changed
- added prometheus exporter by @dirodriguezm in #34
- default count false by @dirodriguezm in #35
- Develop by @dirodriguezm in #37
Full Changelog: 1.0.0...1.0.1
Release 1.0.0
New ALeRCE ZTF API
- Major ALeRCE Database change.
- Changed from 'vanilla' Flask to Flask Restx
- New Swagger Documentation https://api.alerce.online/ztf/v1
Added unit and integration tests.