Releases: folio-org/mod-oa
Releases · folio-org/mod-oa
Version 3.1.0
3.1.0 2024-12-04
- MODOA-69 Missing interface dependencies in module descriptor in mod-oa
- MODOA-66 Update module license, guidance and dependencies for mod-oa
What's Changed
- chore: Release 2.0.0 by @Jack-Golding in #172
- chore: Post release work by @Jack-Golding in #173
- ERM-3211: Endpoints should be protected by fine-grained permissions by @Jack-Golding in #174
- MODOA-63: Added in missing charge perms by @ostephens in #175
- chore: Post release 2.0.1 by @Jack-Golding in #177
- feat: Grails 6 by @Jack-Golding in #178
- Revert "feat: Grails 6" by @Jack-Golding in #180
- chore: Readme tweaks by @Jack-Golding in #182
- MODOA-58: Grails 6 Upgrade by @Jack-Golding in #181
- Permissions fixes by @EthanFreestone in #183
- MODOA-66: Update module license, guidance and dependencies for mod-oa by @Jack-Golding in #184
- chore: Post release 3.0.1 by @Jack-Golding in #185
- MODOA-69: Missing interface dependencies in module descriptor in mod-oa by @EthanFreestone in #186
Full Changelog: v3.0.1...v3.1.0
Version 3.0.1
Version 3.0.0
3.0.0 2024-11-06
- MODOA-65 Review and cleanup Module Descriptor for mod-oa
- MODOA-58 Upgrade mod-oa to Grails 6
Full Changelog: v2.0.1...v3.0.0
Version 2.0.1
2.0.1 2024-09-12
- MODOA-63 Ensure endpoints are protected with fine-grained permissions
Version 2.0.0
2.0.0 2023-11-02
- Upgraded to Grails 5 (including Hibernate 5.6.x for Poppy)
- Implemented undertow servlet and enable scheduling annotation to application.groovy
- MODOA-57 Fixed error on attempting to render a charge
- MODOA-51 Added primary keys to database Schema
- Bumped web-toolkit-ce to 8.1.4
- Bumped dependencies for commons-io, spring-webmvc and kafka-clients Refs MODOA-53/54/55
Version 1.1.0
1.1.0 2023-03-20
- Modified p_main_email datatype from VARCHAR(36) to VARCHAR(255). Refs MODOA-44
- Modified pr_title datatype from VARCHAR(255) to VARCHAR(4096) to accommodate longer publication titles. Refs MODOA-46
- Fixed Checklist item definition name regex to handle special characters and language specific characters. Refs UIOA-211
- Bumped dependencies for postgresql, opencsv, kafka-clients, commons-io. Refs MODOA-47
Version 1.0.0
1.0.0 2023-01-10
- Added domain model for Publication requests and partys
- Added domain model for Charges
- MODOA-4 Added domain model for journals
- MODOA-7 Added domain model for agreements and links to publication request
- MODOA-12 Added domain model for storing book/journal details within publication request
- MODOA-12 Added Correspondence domain class and links to publication request
- Added ability for Invoice and Invoice lines to be linked to charges
- Added Checklist/Checklist item domain model and links to publication request
- Added report contrllers for generating Open APC reports