Version 3.4.0
ChristopherHammond13
released this
16 Apr 13:22
·
34 commits
to main
since this release
Version 3.4.0
This is a bumper release that includes two new commands:
containment
to contain and uncontain systems.maintenance_token
to get bulk and device maintenance tokens.
General improvements:
- Dependency updates across the board.
- Some older code has been moved over to Prompt Toolkit for a better UI experience when creating profiles and selecting a CID in the MSSP experience.
- The
mount
command has been added to the RTR shell to show mount points. - Underlying fixes to Caracara should better handle CIDs with a large number of PUT files.
As always, let us know if you identify any bugs have any feature requests!
What's Changed
- Bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #82
- Bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in #84
- Bump pylint from 2.17.5 to 2.17.7 by @dependabot in #83
- Bump platformdirs from 3.10.0 to 3.11.0 by @dependabot in #85
- Bump pylint from 2.17.7 to 3.0.1 by @dependabot in #86
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #87
- Bump pytest from 7.4.2 to 7.4.3 by @dependabot in #89
- Bump pylint from 3.0.1 to 3.0.2 by @dependabot in #88
- Bump keyring from 24.2.0 to 24.3.0 by @dependabot in #90
- Bump platformdirs from 3.11.0 to 4.0.0 by @dependabot in #91
- Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #100
- Bump pylint from 3.0.2 to 3.0.3 by @dependabot in #98
- Bump platformdirs from 4.0.0 to 4.1.0 by @dependabot in #94
- Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #93
- Bump pycryptodomex from 3.18.0 to 3.19.1 by @dependabot in #101
- Bump caracara from 0.5.2 to 0.5.3 by @dependabot in #105
- Bump cryptography from 41.0.6 to 42.0.2 by @dependabot in #109
- Bump platformdirs from 4.1.0 to 4.2.0 by @dependabot in #107
- Bump cryptography from 42.0.2 to 42.0.4 by @dependabot in #111
- Add Mount Command to the Shell by @ChristopherHammond13 in #112
- Bump keyring from 24.3.0 to 25.1.0 by @dependabot in #122
- Start of migration to Python 3.12 with a dependency bump by @ChristopherHammond13 in #113
- Bump idna from 3.6 to 3.7 by @dependabot in #123
- Bump flake8 from 6.1.0 to 7.0.0 by @dependabot in #102
- Bump keyring from 24.3.1 to 25.1.0 by @dependabot in #126
- Bump setuptools from 69.2.0 to 69.5.1 by @dependabot in #125
- Host Containment and Uncontainment by @ChristopherHammond13 in #124
- Adds Maintenance Token Command by @ChristopherHammond13 in #127
Full Changelog: v3.3.1...v3.4.0