Skip to content

Releases: NationalSecurityAgency/emissary

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

8.0.0-M1

20 Jul 18:22
Compare
Choose a tag to compare
8.0.0-M1 Pre-release
Pre-release

What's Changed

Full Changelog: 7.19.1...8.0.0-M1

7.19.1

05 Jul 15:11
Compare
Choose a tag to compare

Full Changelog: 7.19.0...7.19.1

Full Changelog: 7.19.0...7.19.1

7.19.0

27 Jun 17:57
47f59fd
Compare
Choose a tag to compare

What's Changed

  • add test for AgentsList console dump format by @jpdahlke in #487
  • update to surefire 3.1.0 by @jpdahlke in #482
  • simple sonarlint/code clean-up in ExtractionTest by @sambish5 in #493
  • shutdown :: additional cleanup by @dev-mlb in #478
  • update MobileAgent isInUse method to use idle boolean by @jpdahlke in #489
  • Create logging PrintStream for StdOut/StdErr. by @jdcove2 in #479
  • Consistently fail ExtractionTests if we did not create a meta/nometa tag correctly by @arp-0984 in #492
  • fix agentProcessHeavyDuty exception log by @jpdahlke in #494
  • Adding ability to configure Transform History for explicit FileTypes by @sambish5 in #417
  • manage jetty deps using the jetty-bom by @jpdahlke in #495
  • PayloadUtil: simple sonarlint clean-up by @sambish5 in #496
  • Disable push from the maven release plugin by @cfkoehler in #500
  • Bump guava from 31.1-jre to 32.0.0-jre by @dependabot in #499
  • Upgrade jcommander to 1.64 and small sonar smells in HelpCommand by @cfkoehler in #501
  • fix super-linter error in maven action by @dev-mlb in #504
  • 1676 - Allow '+' in IBDO Form name by @aL118 in #502
  • Pass MDC entries down to Executrix child threads by @drivenflywheel in #491
  • Add payload size to Finished DropOff Message by @cfkoehler in #498
  • 1938 - Error prone - fix DefaultCharset by @aL118 in #508
  • Add font encoding verification to ExtractionTest by @fbruton in #506

New Contributors

Full Changelog: 7.18.0...7.19.0

7.18.0

18 May 14:47
b03ce78
Compare
Choose a tag to compare

What's Changed

  • exclude helm repo from super lint by @cfkoehler in #477
  • call quit for the ResourceWatcher and remove instance of RollManager … by @dev-mlb in #474
  • 475 updated unit test to not fail in docker by @SemperFidelisTyrannosaurus in #476
  • Adding a constant for the iso 8601 date/time format by @arp-0984 in #473
  • Add an AgentEmitter class to output agent status by @jpdahlke in #469
  • Fix KeywordScanner case insensitive search by @fbruton in #465
  • Only output version for version command and server startup by @cfkoehler in #480
  • Non impact full Plugin updates by @cfkoehler in #405
  • remove isInUse check from HDMobileAgent toString() by @jpdahlke in #485
  • Add BUILD_TIMESTAMP property back in pom for version command by @cfkoehler in #483
  • shutdown :: allow an option to force the shutdown of MobileAgents in the AgentPool by @dev-mlb in #481
  • add test for MobileAgent typeLookup and handle null Stage name by @jpdahlke in #486

Full Changelog: 7.17.0...7.18.0

7.17.1

11 May 20:04
Compare
Choose a tag to compare

What's Changed

  • remove isInUse check from HDMobileAgent toString() by @jpdahlke #485

Full Changelog: 7.17.0...7.17.1

7.17.0

04 May 21:14
84d81c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.16.0...7.17.0

7.16.0

14 Apr 14:49
416dc5e
Compare
Choose a tag to compare

What's Changed

  • delete all tika-dependent software from emissary by @smcgrattan in #447
  • Add support for RegressionTest as a more comprehensive extension of ExtractionTest by @ukengineer925 in #413
  • Bump gson from 2.8.6 to 2.8.9 by @dependabot in #451
  • Bump bcprov-jdk15on from 1.64 to 1.67 by @dependabot in #452
  • Bump commons-compress from 1.20 to 1.21 by @dependabot in #453
  • fix DateTimeFormatParser unchecked conversion build warning by @dev-mlb in #456
  • exclude javax.servlet-api and rely on jakarta.servlet-api by @jpdahlke in #454
  • address RegressionTestUtil javadoc warnings by @jpdahlke in #455
  • create unique test file for RollManagerTest by @jpdahlke in #458
  • update/remove skipped tests by @dev-mlb in #457
  • Remove 'overrideConfigCompilerVersion' from formatter configuration by @cfkoehler in #449

Full Changelog: 7.15.0...7.16.0

7.15.0

03 Apr 13:55
68ecb13
Compare
Choose a tag to compare

What's Changed

  • codeql :: uncontrolled data used in path expression by @dev-mlb in #438
  • sonar :: synchronize on private final field in MonitorCommand (bug) by @dev-mlb in #435
  • sonar :: check the return value of InputStream#read(byte[]) (bug) by @dev-mlb in #432
  • sonar :: KffFile cleanup by @dev-mlb in #434
  • Sanitize string list parameters in RequestUtil by @sambish5 in #436
  • sonar :: check the return value of inputstream.read for Executrix (bug) by @dev-mlb in #433
  • executrix remove ulimit vmem for mac os by @dev-mlb in #440
  • sonar :: return values should not be ignored in DropOffUtil (bug) by @dev-mlb in #437
  • Deprecate TikaFilePlace by @smcgrattan in #444
  • sonar :: fix conditionally executed code should be reachable (bug) by @dev-mlb in #427
  • Identify duplicate classes on classpath by @fbruton in #446
  • Verify class locations during initialization by @fbruton in #445

Full Changelog: 7.14.0...7.15.0

7.14.0

16 Mar 16:46
cef4ae5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.13.0...7.14.0