Skip to content

Releases: folio-org/mod-gobi

Release v2.9.0

01 Nov 10:58
Compare
Choose a tag to compare

The primary focus of this release was to update location translation and dependencies

Full Changelog

Breaking changes

Introduced new permissions for the module instead of gobi.item.post:

  • gobi.validate.item.get for GET /gobi/validate
  • gobi.validate.item.post for POST /gobi/validate
  • gobi.orders.item.post for POST /gobi/orders

Before (v2.8.0):

  • gobi.item.post for GET /gobi/validate
  • gobi.item.post for POST /gobi/validate
  • gobi.item.post for POST /gobi/orders

Stories

Dependencies

  • Bump raml from 35.2.0 to 35.3.0
  • Added folio-module-descriptor-validator version 1.0.0

v2.8.1

18 Apr 11:18
Compare
Choose a tag to compare

This release focused on adding ability to search by location and holding in POL
Full Changelog

Bug Fixes

  • MODORDERS-1085 - Add ability to search by location and holding in POL

v2.8.0

19 Mar 12:59
Compare
Choose a tag to compare

2.8.0 - Released (Quesnelia R1 2024)

The primary focus of this release was to update custom mappings loading and library versions

Full Changelog

Stories

Bug Fixes

Dependencies

  • Bump raml from 35.0.1 to 35.2.0
  • Bump vertx from 4.3.4 to 4.5.4

v2.7.1

06 Nov 11:56
Compare
Choose a tag to compare

The focus of this release was to add necessary permissions

Full Changelog

Bug Fixes

  • MODGOBI-201 - Add missed gobi permissions in module descriptor

v2.7.0

12 Oct 09:24
Compare
Choose a tag to compare

Major changes in this release related to fixing bugs relate to mapping and update java version to 17

[Full Changelog] (v2.6.0...v2.7.0)

Stories

Bug fixes

  • MODGOBI-195 invalid entry in mapping causes process to try to use default mapping
  • MODGOBI-194 Acquisition units mapping by name has empty result

Dependencies

  • Bump java version from 11 to 17

v2.6.0

17 Feb 11:25
Compare
Choose a tag to compare

Major changes in this release related to updating mapping logic and improvement Logging

[Full Changelog] (v2.5.0...v2.6.0)

Stories

Bug fixes

v2.5.1

14 Nov 14:54
Compare
Choose a tag to compare

Major changes in this release are dependency upgrades.

Full Changelog

Bug fixes

v2.4.4

27 Oct 11:09
Compare
Choose a tag to compare

The focus of this release was to add copyright notice for FolioVertxCompletableFuture

Full Changelog

Stories

  • FOLIO-3604 - FolioVertxCompletableFuture copyright violation

v2.5.0

26 Oct 11:41
Compare
Choose a tag to compare

Major changes in this release related to implementing GOBI integration user interface and replacing VertxCompletableFuture usage

[Full Changelog] (v2.4.0...v2.5.0)

Stories

v2.4.3

19 Sep 11:36
Compare
Choose a tag to compare

Major changes in this release related to fix issue with permissions

[Full Changelog] (v2.4.2...v2.4.3)

Bug fixes