Skip to content

Releases: JeffersonLab/jam

v6.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 13:22
  • Bump Containers

Full Changelog: v6.0.1...v6.1.0

v6.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Sep 20:18

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 17:27

What's Changed

Full Changelog: v5.5.0...v6.0.0

v5.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 17:38
  • Bump Gradle to v9
  • Bump weblib to v4.13.0
  • Bump spotless to v7.2.1
  • Build with JDK21 (compiled to Java 17)

Full Changelog: v5.4.3...v5.5.0

v5.4.3

Choose a tag to compare

@github-actions github-actions released this 12 May 14:40
  • Support highlighted rows, even if zebra stripped (#66)

Full Changelog: v5.4.2...v5.4.3

v5.4.2

Choose a tag to compare

@github-actions github-actions released this 05 May 17:51
  • Toggle Comments and Expiration Enabled When High Powered RF Toggled

Full Changelog: v5.4.1...v5.4.2

v5.4.1

Choose a tag to compare

@github-actions github-actions released this 05 May 17:42
  • Fix whitespace in automated message (remove newline)
  • Fix whitespace below Signature header to match Change Notes header spacing

Full Changelog: v5.4.0...v5.4.1

v5.4.0

Choose a tag to compare

@github-actions github-actions released this 05 May 16:45

What's Changed

Oracle DB Migration Notes

alter table JAM_OWNER.RF_SEGMENT_AUTHORIZATION add CHANGED_YN VARCHAR2(1 CHAR) DEFAULT 'N' NOT NULL;
alter table JAM_OWNER.RF_SEGMENT_AUTHORIZATION add CONSTRAINT RF_SEGMENT_AUTHORIZATION_CK2 CHECK (CHANGED_YN IN ('Y', 'N'));
alter table JAM_OWNER.BEAM_DESTINATION_AUTHORIZATION add CHANGED_YN VARCHAR2(1 CHAR) DEFAULT 'N' NOT NULL;
alter table JAM_OWNER.BEAM_DESTINATION_AUTHORIZATION add CONSTRAINT BEAM_DESTINATION_AUTHORIZATION_CK2 CHECK (CHANGED_YN IN ('Y', 'N'));

Full Changelog: v5.3.0...v5.4.0

v5.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 20:26

What's Changed

  • Move configs to Settings DB by @slominskir in #62
  • Bump smoothness weblib to v4.12.2

Full Changelog: v5.2.1...v5.3.0

v5.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Apr 16:21

What's Changed

Full Changelog: v5.2.0...v5.2.1