Skip to content

Latest commit

 

History

History
133 lines (104 loc) · 4.74 KB

NEWS.md

File metadata and controls

133 lines (104 loc) · 4.74 KB

3.2.0 2024-11-04

3.1.0 2024-03-22

  • Upgrade dependencies (Spring, …) for Quesnelia (MODCAL-133)

3.0.0 2024-03-20

  • Migrate in-house translation logic to centralized folio-spring-i18n (MODCAL-130)

2.5.0 2023-10-11

  • Update docker image specifier (MODCAL-128)

2.4.2 2023-03-06

  • Fix failing surrounding openings calculation in calendar beginnings (MODCAL-125)

2.4.1 2023-02-24

  • Fix migration from v1.x.x resulting in lost calendars and exceptions (MODCAL-124)

2.4.0 2023-02-17

  • Add local deployment descriptor (#156)
  • Upgrade module to Spring 3.0 (MODCAL-121)

2.3.2 2023-03-06 (Nolana bugfix)

  • Fix failing surrounding openings calculation in calendar beginnings (MODCAL-125)

2.3.1 2023-02-24 (Nolana bugfix)

  • Fix migration from v1.x.x resulting in lost calendars and exceptions (MODCAL-124)

2.3.0 2022-12-01

  • Fix module migration regression in 2.2.0 (MODCAL-120)

2.2.0 2022-11-24

  • Remove leftover RMB functions (MODCAL-118)

2.1.0 2022-11-17

  • Update dependencies and folio-spring-base (MODCAL-119)

2.0.0 2022-10-27

  • Rewrite with Spring and OpenAPI for more complex calendar/exceptions (MODCAL-107)

1.15.0 2022-06-26

  • Upgrade RMB to v34.1.0 (MODCAL-110)
  • Upgrade other Maven dependencies

1.14.0 2022-02-22

  • Upgrade RMB to v33.2.4 (MODCAL-102)
  • Upgrade RMB to v33.0.4 and Log4j 2.16.0 (MODCAL-99)
  • Use new api-lint and api-doc CI facilities (FOLIO-3231)

1.13.0 2021-09-30

  • Disable 600 character truncation for actualDay and openingId indexes in actual_opening_hours table (MODCAL-72)

1.12.0 2021-06-11

  • Upgrade to RMB 33.0.0 and Vertx 4.1.0 (MODCAL-90)

1.11.0 2021-03-09

  • Upgrade to RMB 32.2.0 and Vertx 4.0.2 (MODCAL-87)

1.10.0 2020-10-09

  • RMB 30.2.3, fixing pg_catalog.pg_trgm and sql injection (MODCAL-78)
  • Upgrade to RMB v31 and JDK 11 (MODCAL-81)

1.9.0

  • Update RMB version from 29.1.2 to 30.0.0 (MODCAL-74)
  • RMB automatically starts embedded postgres if needed (MODCAL-73)
  • Update SQL request to fix performance issue (MODCAL-70)
  • Create sql migration script from 1.7 version (MODCAL-68)

1.8.0

  • Update RMB version from 24.0.0 to 29.1.2 (MODCAL-58)
  • Forbid creation of overlapping Library Hours (MODCAL-61 and MODCAL-63)

1.7.0

  • FOLIO-2358 manage container memory (MODCAL-60)
  • Update error code for overlapping exceptional periods (MODCAL-57)
  • Remove UI permission | Calendar: All permissions (MODCAL-56)
  • TestTimedOutException: test timed out after 500 seconds (MODCAL-53)
  • Indexes to improve /calendar/periods/{servicePointId}/calculateopening performance (MODCAL-50)
  • As a user i can create mutually exclusive exception periods fixed (MODCAL-49)

1.6.1

  • Fix security vulnerabilities in jackson databind (MODCAL-47)

1.6.0

  • Split permissions in mod-calendar (MODCAL-45)
  • Fix security vulnerabilities in jackson databind

1.5.0

  • Initial module metadata (FOLIO-2003)
  • Fix security vulnerabilities
  • Add links to README additional info (FOLIO-473)

1.4.0

  • Investigate mod-calendar module freeze (MODCAL-40)
  • Error setting exceptional closing hours for single day (MODCAL-38)
  • Mod-calendar refactoring (MODCAL-41)

1.3.0

  • Fix security vulnerabilities reported in jackson-databind (MODCAL-28)
  • Change calculate opening endpoint (MODCAL-33 MODCAL-34 MODCAL-29)
  • Update copyright year (FOLIO-1021)
  • Use the same Vertx instance for all postgres clients (MODCAL-33 MODCAL-34)
  • Save exceptional period error fix (MODCAL-35)
  • The created period or exception period is not deleted in mod-calendar (MODCAL-36)
  • Change GET and POST endpoints to avoid timezone issues (MODCAL-31)
  • Bug API GET: /periods/{servicePointId}/period related to getting more than one period (MODCAL-37)

1.2.0

  • Add endpoint /calendar/periods/{servicePointId}/calculateopening with GET to return open periods for given Service Point

1.0.3

  • MODCAL-19 - Fix security vulnerability reported in jackson-databind
  • MODCAL-20 - Fix missing description fields in RAML JSON schemas

1.0.2

  • MODCAL-1 Added exceptional opening day management
  • MODCAL-5 Added filtering for events by date
  • MODCAL-6 Use event types instead of constants
  • MODCAL-7 Design database schema
  • MODCAL-8 Modify backend based on new API design
  • MODCAL-9 Regular endpoint
  • MODCAL-10 Modify API
  • MODCAL-11 Exceptional endpoint
  • MODCAL-12 Opening endpoints
  • MODCAL-13 includeClosedDays queryparam implemented
  • MODCAL-14 release 1.0.0
  • MODCAL-15 Vagrant box bug - vertx version increased
  • MODCAL-13 actualOpening queryparam implemented