Skip to content

Releases: SURFscz/SRAMsync

v4.4.2

07 Jan 08:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.1...v4.4.2

V4.4.1

06 Jan 10:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.4.1

V4.4.0

24 Jul 09:59
Compare
Choose a tag to compare

What's Changed

  • API change for when users are removed from a CO.

  • CbaScriptGenerator is now able to remove users from CBA with the above API change.

  • Add dependicy typing-extensions by @dstam in #148

Full Changelog: v4.3.2...v4.4.0

V4.3.2

14 Mar 12:13
e7cba8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.1...v4.3.2

Version 4.3.1

14 Dec 13:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

Version 4.3.0

12 Nov 08:31
Compare
Choose a tag to compare

Change log

  • This release is sees a change in how event handler arguments are specified on the command line. Each such argument is specified by --eventhandler_args and followed by the argument. The first '=' is taken being a key value separator.
  • The CuaScriptGenerator plugin accepts 'cba-co-budget-mapping-filename' as an argument. Hoever, this is temporarily measurement only. It's deprecated at introduction and is planned to be removed for the next (v4.4.0) release.

What's Changed

Full Changelog: v4.2.3...v4.3.0

Version 4.2.3

07 Mar 15:13
Compare
Choose a tag to compare

Change log

  • Bug fix: correctly handle the case when a regular expression for SRAM groups matches an SRAM group that is in the configuration file.
  • Do not connect to an SMTP server when the mail-to-stdout value is used for --eventhandle-args
  • Bump pyright from 1.1.295 to 1.1.296 by @dependabot in #111
  • Bump coverage from 7.2.0 to 7.2.1 by @dependabot in #110

Full Changelog: v4.2.2...v4.2.3

Version 4.2.2

02 Mar 10:31
Compare
Choose a tag to compare

Change log

Minor update with some output improvements and setting the correct textual version for sync-with-sram --version

Full Changelog: v4.2.1...v4.2.2

Version 4.2.1

23 Feb 17:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

V4.2.0

01 Feb 07:49
Compare
Choose a tag to compare

Change log

  • Introduced an extra attribute extra_groups for the group configuration. This is specifically for the CuaEventHandler. With this attribute additional groups which needs to be handled as well can be specified.
  • Support regular expressions as group names in the configuration file

What's Changed

New Contributors

Full Changelog: v4.1.2...v4.2.0