Skip to content

Releases: ral-facilities/operationsgateway-api

v1.0.0

08 Oct 12:36
f7722a6

Choose a tag to compare

What's Changed

Full Changelog: v0.7...v1.0.0

v0.7

19 Sep 12:46
7f2fbbd

Choose a tag to compare

What's Changed

Full Changelog: v0.6...v0.7

v0.6

01 Sep 14:08
af3118e

Choose a tag to compare

What's Changed

Full Changelog: v0.5...v0.6

v0.5

05 Aug 14:36
24379d8

Choose a tag to compare

What's Changed

Full Changelog: v0.4...v0.5

v0.4

10 Jun 09:40
8955ad5

Choose a tag to compare

What's Changed

Full Changelog: v0.3...v0.4

v0.3

17 Mar 13:23
c15624c

Choose a tag to compare

v0.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2...v0.3

v0.2

05 Mar 10:54
07d9de3

Choose a tag to compare

v0.2 Pre-release
Pre-release

What's Changed

  • Bump cryptography from 43.0.3 to 44.0.1
  • Added public-facing documentation (JIRA ticket)
  • Implemented YYYY/MM/DD/HHMMSS echo subdirectory structure (JIRA ticket)
  • Made some of the code more object-oriented (JIRA ticket)
  • Relaxed auth on GET maintenance endpoints and renamed to /scheduled_maintenance (JIRA ticket)

Full Changelog: v0.1...v0.2

Version 0.1

11 Feb 13:44
f36c7f2

Choose a tag to compare

Version 0.1 Pre-release
Pre-release

Operations Gateway API - Release Notes

Summary

This release aligns the codebase with v1.1 of the Interface Exchange Specification, Key changes include the addition of new endpoints, support for Python 3.11, bit-depth image shifting, and improved user-facing documentation.


🚀 New Features & Enhancements

  • New API Endpoints
    • Maintenance Messages
      • Added an endpoint to get and set maintenance messages.
    • User Management
      • Introduced an endpoint to retrieve all users.
  • Bit-Depth Image Shifting
    • Implemented functionality for bit-depth image shifting.
  • Python 3.11 Compatibility
    • The application now officially supports Python 3.11.
    • Updated dependency requirements to reflect Python 3.11 support.
  • Improved User-Facing Documentation with MkDocs
    • A set of user-facing documentation has been created using MkDocs, initially based on the Functions work.

🛠 Improvements & Fixes

  • Various Dependency Updates
    • Updated multiple dependencies to their latest stable versions for improved security and performance.