Skip to content

Releases: ral-facilities/inventory-management-system-api

v3.1.0

26 Feb 12:06
5741e85

Choose a tag to compare

What's Changed

Semi-breaking change

  • Response codes for an invalid or expired access token while authentication is enabled has changed from a 403 to a 401 in #713

Internal changes

Package updates

Full Changelog: v3.0.2...v3.1.0

v3.0.2

23 Jan 11:17
3f511e9

Choose a tag to compare

What's Changed

  • Add migration script to fix incorrect property ID fields (This would have prevented property updates for some old categories) #695 by @joelvdavies in #696

Full Changelog: v3.0.1...v3.0.2

v3.0.1

15 Dec 10:27
0a2f710

Choose a tag to compare

What's Changed

  • Fix bug with ims create rule script not adding dst_usage_status_id to the database. By @MatteoGuarnaccia5 in #680

Full Changelog: v3.0.0...v3.0.1

v3.0.0

08 Dec 17:32
feca891

Choose a tag to compare

What's Changed

Breaking changes

  • New mandatory environment variable has been introduced, see the new .env.example file and README for details.
  • type_id field has been added to the SystemPostSchema and SystemPostSchema schema models.

Internal Changes

Package Updates

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

26 Jun 13:53
e73df26

Choose a tag to compare

What's Changed

Breaking changes

  • The .env and logging.ini files have moved to the root of the project, so the files need to be moved for local installations, and for docker the volume mounts will need updating. See the new README for details.

Internal Changes

Package Updates

New Contributors

Full Changelog: v1.0.2...v2.0.0

v1.0.2

14 Mar 12:33

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

16 Sep 14:32
85eca62

Choose a tag to compare

What's Changed

  • Bump cryptography from 42.0.8 to 43.0.1 by @VKTB in #378

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Jul 07:22
85c9143

Choose a tag to compare

First release