psrpcore

Core Library for the PowerShell Remoting Protocol

MIT License

Downloads
2K
Stars
8

Bot releases are visible (Hide)

psrpcore - v0.3.0 Latest Release

Published by jborean93 6 months ago

What's Changed

0.3.0 - 2024-04-23

  • Dropped support for Python 3.7
  • Tested with Python 3.12
  • Added psrpcore.types.deserialize_clixml and psrpcore.types.serialize_clixml
    • These methods can deserialize and serialize CLIXML strings directly
  • Removed invalid __init__.py entries ps_data_packet and ps_guid_packet as they were never defined
  • Add psrpcore.types.InformationRecord.create class method to more easily create information records
  • BREAKING CHANGE - Changed signature of psrpcore.types.PSCryptoProvider
    • No longer an abstract base class, methods default to raising NotImplementedError
    • Removed the register_key function as it has no relation to serialization work
    • Changed the encrypt and decrypt methods to work with the raw XML element text instead of bytes
    • These changes are needed to support different serialization mechanisms used by PowerShell
    • Unless you were using psrpcore.types.serialize and psrpcore.types.deserialize directly this should not affect you

Full Changelog: https://github.com/jborean93/psrpcore/compare/v0.2.2...v0.3.0

psrpcore - v0.2.2

Published by jborean93 over 1 year ago

What's Changed

Full Changelog: https://github.com/jborean93/psrpcore/compare/v0.2.1...v0.2.2

psrpcore - v0.2.1

Published by jborean93 almost 2 years ago

What's Changed

Full Changelog: https://github.com/jborean93/psrpcore/compare/v0.2.0...v0.2.1

psrpcore - v0.2.0

Published by jborean93 almost 2 years ago

What's Changed

Full Changelog: https://github.com/jborean93/psrpcore/compare/v0.1.2...v0.2.0

psrpcore -

Published by jborean93 over 2 years ago

0.1.2 - 2022-05-18

  • Fix serialization of strings that include half surrogate pair [char] values
psrpcore -

Published by jborean93 over 2 years ago

0.1.1 - 2022-04-06

  • Do not use references for lists and dict types when serializing
psrpcore -

Published by jborean93 over 2 years ago

0.1.0 - 2022-03-28

Initial release

Package Rankings
Top 12.19% on Pypi.org
Badges
Extracted from project README
Test workflow codecov PyPI version License