Skip to content

Latest commit

 

History

History
307 lines (179 loc) · 6.77 KB

CHANGELOG.md

File metadata and controls

307 lines (179 loc) · 6.77 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Changed

  • Clarified what Config.Environment affects.

Removed

  • CDR and PDF support in Sanitize.

4.3.0 - 2025-01-13

Added

  • file_ttl support to Secure Share.

4.2.0 - 2024-12-18

Added

  • Support for cursor field on v1/user/breached of user-intel service.
  • Support for severity field on v1/user/breached and v2/user/breached of user-intel service.
  • /v1/breach endpoint support on user-intel service.
  • vault_parameters and llm_request fields support on Redact service.

Changed.

  • Deprecated PangeaCyber.Net.FileScan.FileUploader; use PangeaCyber.Net.FileUploader instead.

4.1.0 - 2024-10-16

Added

  • Secure Share support.
  • Multiple bucket ID support to Share.
  • metadata_protected and tags_protected support to Share ItemData
  • password and password_algorithm support to Share
  • Filter fields to filter_list on Share service
  • objects field to Share GetArchiveResult
  • title and message to Share ShareCreateLinkItem

4.0.0 - 2024-10-15

Added

  • Vault KEM export support.

Changed

  • Vault v2 APIs support.
  • The minimum supported version of .NET Framework is now v4.6.2.

3.13.0 - 2024-10-15

Added

  • Detect-only Redact for Sanitize.
  • Support for domains field in v2/user/breached endpoint in User Intel service.

3.12.0 - 2024-09-25

Added

  • ItemState to Vault.Requests.UpdateRequest.
  • attributes field in /list-resources and /list-subjects endpoint.
  • Sanitize service support.

Changed

  • The PangeaCyber.Net.dll assembly is now strong-named.

Fixed

  • Sanitize now defaults to the post-url transfer method.

[3.11.0] - 2024-07-12

Added

  • "state" and other new properties to AuthN.Models.Authenticator.

Changed

  • The FirstName and LastName properties of AuthN.Models.Profile are now deprecated.
  • Enable in AuthN.Models.Authenticator has been renamed to Enabled. The previous name did not match the name used in the API's response schema and JSON deserialization was not set up correctly, so Enable was unusable anyways.

[3.10.0] - 2024-06-20

Added

  • Vault /export support.
  • AuthN user password expiration support.

[3.9.0] - 2024-06-07

Added

  • fpe_context field in Audit search events
  • return_context support in Audit /search, /results and /download endpoints
  • Redact /unredact endpoint support
  • redaction_method_overrides field support in /redact and redact_structured endpoints
  • AuthN usernames support.
  • Support for format-preserving encryption.

Removed

  • Beta tags from AuthZ.

[3.8.0] - 2024-05-10

Note that Sanitize and Secure Share did not make it into this release.

Added

  • Documentation for client builders and constructors.
  • Audit /download_results endpoint support
  • Support for Secure Audit Log's log stream API.
  • Support for Secure Audit Log's export API.
  • AuthZ service support.

Fixed

  • Put to presigned url. It should just put file in raw, not in form format.

Changed

  • Skip sending filename field when posting to presigned URL. Make GCP S3 to return a BadRequest

3.7.0 - 2024-02-26

Added

  • Vault service. Post quantum signing algorithms support

Changed

  • Rewrote README.md.

3.6.0 - 2024-01-11

Added

  • Structured encrypt support.

3.5.1 - 2023-12-22

Changed

  • Update FileScanUploadURLRequest namespace to PangeaCyber.Net.FileScan

3.5.0 - 2023-12-18

Added

  • File Intel /v2/reputation support
  • IP Intel /v2/reputation, /v2/domain, /v2/proxy, v2/vpn and /v2/geolocate support
  • URL Intel /v2/reputation support
  • Domain Intel /v2/reputation support
  • User Intel /v2/user/breached and /v2/password/breached support

3.4.0 - 2023-12-07

Changed

  • 202 result format

Removed

  • accepted_status in 202 result

Added

  • put_url, post_url, post_form_data fields in 202 result

3.3.0 - 2023-11-28

Added

  • Audit bulk examples
  • Authn unlock user support
  • Redact multiconfig support
  • Filescan post-url and put-url support

Fixed

  • Audit bulk async does not poll result by default

3.2.0 - 2023-11-15

Added

  • Support for audit /v2/log and /v2/log_async endpoints

3.1.0 - 2023-11-09

Added

  • Presigned URL upload support on FileScan service
  • Folder settings support in Vault service

3.0.0 - 2023-10-23

Added

  • AuthN v2 support

Removed

  • AuthN v1 support

2.4.0 - 2023-09-26

Added

  • FileScan Reversinglabs provider example
  • Domain WhoIs endpoint support
  • AuthN Filters support

Changed

  • Deprecated config_id in PangeaConfig. Now is set in service initialization.

2.3.0 - 2023-09-05

Added

  • Redact rulesets field support
  • FileScan service support

2.2.0 - 2023-07-28

Added

  • AuthN, Embargo, Intel and Vault service examples
  • Base64ToString, GetSHA256Hash and GetHashPrefix in Utils

Changed

  • Make ServiceName public in AuthN, Embargo, Intel and Vault services

Fixed

  • Audit public key format export in log signer

2.1.0 - 2023-07-26

Added

  • Embargo service support
  • Intel services (IP, Domain, File, URL) support
  • Vault service support
  • AuthN service support
  • Audit service examples
  • Redact service examples

2.0.0 - 2023-07-14

Added

  • Audit custom schema support
  • Multiconfig support
  • Custom user agent support

Changed

  • Redact requests builder rename to be called just "Builder"