Releases: rrudakov/education_api
Releases · rrudakov/education_api
Release 1.7.212
Technical release
- Update dependencies
- Cleanup code
- Refactoring
- Replace some libraries
- Fix migrations
Full Changelog: 1.7.210...1.7.212
Hotfix 1.7.210
Fix applying migrations command
Version 1 7.209
All code base was migrated to clojure deps and reitit.
Version 1.4.0
Split presentations into subtypes.
Breaking changes:
- GET presentations now required query parameter
subtype_id
- New mandatory field
subtype_id (int)
for POST/presentations
Version 1.3.1
Bugfix release. upload
endpoint now accept all filenames. Filename can
contain non-latin symbols and whitespaces and can be without file extension.
v1.3.0
Presentation model was extended. New fields were added:
is_public (mandatory)
:: set totrue
by default. If set tofalse
URL won't be
returned for this presentation.attachment (optional)
:: link to the instruction for presentation.preview (optional)
:: link to preview image for presentation.
Version 1.2.0 is released
- improved error messages.
- presentations API.
First stable version
Finally the first major release. All existing APIs can be considered as stable.
Education API beta 2
Coverage is now almost 90%. All I need is to write documentation and some more unit tests.
Education API beta
This is beta release. All crucial features are ready, but I need to cover everything by unit tests and resolve some minor issues.