Skip to content

Releases: NationalSecurityAgency/emissary

8.0.0-M11

15 Dec 18:08
Compare
Choose a tag to compare
8.0.0-M11 Pre-release
Pre-release

What's Changed

Improvements

  • sentinel updates and add tests by @dev-mlb in #631
  • remove deprecated runcommand and main-runner by @dev-mlb in #568
  • remove deprecated simpleparser by @dev-mlb in #571
  • Modifying the ObjectTrace logger to output a single message for a bundle instead of a message for each session by @arp-0984 in #627

Automation and Testing

Breaking Changes

Other Changes

  • Updated RegressionTest so its handling of alternate views mirrors its handling of primary views by @drivenflywheel in #633
  • remove what command by @dev-mlb in #576

Full Changelog: 8.0.0-M10...8.0.0-M11

8.0.0-M10

04 Dec 19:18
Compare
Choose a tag to compare
8.0.0-M10 Pre-release
Pre-release

What's Changed

  • Ensure that failed place startups don't block server startup unless the server is configured to do so by @drivenflywheel in #622
  • Fixed Initialization Race Condition in DisposeHelperTest by @nixon124 in #626
  • Update RegressionTest to hash alternate views instead of base64 converting. by @jdcove2 in #625
  • Improve LogBackTester interface by @nixon124 in #620
  • Simple EmissaryServer Clean-up by @sambish5 in #628
  • Bump ch.qos.logback:logback-classic from 1.3.8 to 1.3.12 by @dependabot in #629
  • add a watch thread to test for stuck places by @dev-mlb in #624

Full Changelog: 8.0.0-M9...8.0.0-M10

8.0.0-M9

07 Nov 18:28
Compare
Choose a tag to compare
8.0.0-M9 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 8.0.0-M8...8.0.0-M9

8.0.0-M8

11 Oct 15:44
Compare
Choose a tag to compare
8.0.0-M8 Pre-release
Pre-release

What's Changed

  • Remove object metrics by @cfkoehler in #604
  • Add Maven Central badge to Readme by @cfkoehler in #606
  • SafeUsageChecker no longer logs warning for routine/expected condition by @drivenflywheel in #610
  • update tests to extend UnitTest by @dev-mlb in #608
  • remove deprecated metadatadictionary by @dev-mlb in #577
  • Modified KffDataObjectHandler.hash(..) method so it explicitly replaces IBDO params it generates. by @drivenflywheel in #596
  • Reverted KffFile back to using RandomAccessFile for file I/O, but now synchronizing access to its use by @drivenflywheel in #605
  • Update DateFilterFilenameGeneratorTest to JUnit 5 by @fbruton in #612
  • Ban log4j and javax.servlet dependencies by @fbruton in #611

Full Changelog: 8.0.0-M7...8.0.0-M8

8.0.0-M7

03 Oct 20:42
Compare
Choose a tag to compare
8.0.0-M7 Pre-release
Pre-release

What's Changed

Full Changelog: 8.0.0-M6...8.0.0-M7

8.0.0-M6

22 Sep 12:52
Compare
Choose a tag to compare
8.0.0-M6 Pre-release
Pre-release

What's Changed

Full Changelog: 8.0.0-M5...8.0.0-M6

8.0.0-M5

15 Sep 14:33
Compare
Choose a tag to compare
8.0.0-M5 Pre-release
Pre-release

What's Changed

Full Changelog: 8.0.0-M4...8.0.0-M5

8.0.0-M4

08 Sep 13:51
Compare
Choose a tag to compare
8.0.0-M4 Pre-release
Pre-release

What's Changed

  • update impsort plugin to 1.8.0 by @jpdahlke in #547
  • Make enhancements to convertHexDate by @aL118 in #528
  • update default socket timeout variable name by @jpdahlke in #545
  • 2361 - Added hadolint config and set failure threshold to 'error'. by @Kevinnnnnnnnnnnnnnnn in #529
  • update patch action to allow cherry-picking of commits by @dev-mlb in #537
  • fix object metrics log configuration by @jpdahlke in #549
  • upgrade super-linter to 5 by @dev-mlb in #551
  • Update KffFile to use FileChannelFactory instead of RandomAccessFile by @drivenflywheel in #527
  • Removing pathWeight from all of Emissary by @sambish5 in #546
  • Adding objectTrace logger to output configurable fields to a new log file from PickUpPlace by @arp-0984 in #530

New Contributors

Full Changelog: 8.0.0-M3...8.0.0-M4

8.0.0-M3

30 Aug 19:11
Compare
Choose a tag to compare
8.0.0-M3 Pre-release
Pre-release

What's Changed

  • update release action to check suffix is not specified for a release or patch by @dev-mlb in #536
  • Moving XMLCodec constants to their own classes by @sambish5 in #531
  • remove windows support by @dev-mlb in #255
  • Removing * import from UnixFilePlace by @sambish5 in #543
  • Add ability to deny service proxy values for places by @aL118 in #505
  • Migrate HttpClient from 4.x to 5.x by @fbruton in #532
  • sonarlint :: command.converter package by @dev-mlb in #268
  • UI :: updates the navbar code for the ui by @dev-mlb in #224
  • update super linter to version 5.2.1 by @dev-mlb in #540
  • XmlCodec ElementDecoder instances made private and clean API by @sambish5 in #542
  • revert super-linter reference by @jpdahlke in #548

Full Changelog: 8.0.0-M2...8.0.0-M3

8.0.0-M2

14 Aug 18:44
Compare
Choose a tag to compare
8.0.0-M2 Pre-release
Pre-release

What's Changed

  • Updated LoggingPrintStream so it won't block application shutdown (targets master) by @drivenflywheel in #510
  • Added null data check to DropOffPlace completion message setup by @drivenflywheel in #511
  • java 11 by @dev-mlb in #252
  • add new github actions for releasing, publishing, versioning, & patching by @dev-mlb in #519
  • Small pom updates for compliance with maven repositories by @cfkoehler in #507
  • Mockito 5 by @dev-mlb in #503
  • Add organization details to pom by @cfkoehler in #522
  • error-prone :: fix constant-overflow failure in DisposeHelperTest by @dev-mlb in #520
  • Add 'CHECKSUM_CRC32' to the list of removed parameter keys. by @jdcove2 in #512
  • Lift convertHexDate from MsSqlJflex into TimeUtil by @aL118 in #517
  • Sort parameters before diff in IBaseDataObjectDiffHelper by @sambish5 in #523
  • RegressionTest updates. by @jdcove2 in #515
  • add RELEASING.md document by @jpdahlke in #526
  • Replace JCommander with Picocli by @aL118 in #514
  • Add new Filename Generator with date, node, and filter by @cfkoehler in #534

Full Changelog: 7.19.0...8.0.0-M2