Skip to content

Releases: privateerproj/privateer-sdk

v0.0.6

18 Oct 20:47
1abe00b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

18 Oct 18:42
b6309a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

17 Oct 21:02
0e85bf9
Compare
Choose a tag to compare

What's Changed

Improvement:

Full Changelog: v0.0.3...v0.0.4

v0.0.3

17 Oct 19:28
Compare
Choose a tag to compare

New Features:

  • Added 'tactic' flag for sets of strikes in a raid

Full Changelog: v0.0.2...v0.0.3

v0.0.2

17 Oct 14:13
Compare
Choose a tag to compare

New Features:

  • Logs now write to file in addition to CLI
  • Raids now have their own JSON and YAML formatted output files with Strike results

Improvements:

  • Strikes now are expected to return RaidResults objects instead of errors
  • Default loglevel is now error

Bugfixes:

  • Strike sets were previously non-configurable due to a dev value being hardcoded into the SDK

Full Changelog: v0.0.1...v0.0.2

v0.0.2-rc

21 Aug 03:36
Compare
Choose a tag to compare
v0.0.2-rc Pre-release
Pre-release

v0.0.2 Release Candidate

Feature Improvements:

  • Logs now write to file in addition to CLI
  • Raids now have their own JSON and YAML formatted output files with Strike results
    • Strikes now are expected to return RaidResults objects instead of errors
  • Default loglevel is now error

Bugfixes:

  • Unecessary error message was given when no config was supplied
  • Config file wasn't being used properly within Raids
  • Corrected -v usage and removed any instance of log in favor of logger. Basic log should not be used due to persistent unexpected behavior.

Full Changelog: v0.0.1-rc...v0.0.2-rc

v0.0.1-rc

15 Feb 21:36
Compare
Choose a tag to compare
v0.0.1-rc Pre-release
Pre-release

This release is part of the first attempt at making privateer available via Homebrew, so the SDK needs to be available by release. This version of the SDK is still quite messy and incomplete, and even includes a large swath of junk code.