Skip to content

Releases: rrudakov/education_api

Release 1.7.212

16 Jul 19:42
1.7.212
55eebb9
Compare
Choose a tag to compare

Technical release

  • Update dependencies
  • Cleanup code
  • Refactoring
  • Replace some libraries
  • Fix migrations

Full Changelog: 1.7.210...1.7.212

Hotfix 1.7.210

22 Jan 21:47
Compare
Choose a tag to compare

Fix applying migrations command

Version 1 7.209

22 Jan 21:38
Compare
Choose a tag to compare

All code base was migrated to clojure deps and reitit.

Version 1.4.0

04 Mar 15:38
Compare
Choose a tag to compare

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

22 Feb 13:56
Compare
Choose a tag to compare

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

18 Feb 10:11
Compare
Choose a tag to compare

Presentation model was extended. New fields were added:

  • is_public (mandatory) :: set to true by default. If set to false 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

15 Feb 16:33
135e351
Compare
Choose a tag to compare
  • improved error messages.
  • presentations API.

First stable version

28 Dec 15:31
Compare
Choose a tag to compare

Finally the first major release. All existing APIs can be considered as stable.

Education API beta 2

01 Jul 19:39
99b9ae4
Compare
Choose a tag to compare
Education API beta 2 Pre-release
Pre-release

Coverage is now almost 90%. All I need is to write documentation and some more unit tests.

Education API beta

04 Jun 18:18
0ef4f9c
Compare
Choose a tag to compare
Education API beta Pre-release
Pre-release

This is beta release. All crucial features are ready, but I need to cover everything by unit tests and resolve some minor issues.