Notable changes to Pisoni will be tracked in this document.
- Fixed the issue with fetching utilization and managing referrer filters for applications with special characters in the application IDs by escaping them. #33
- Upgrade dependencies, specifically
faraday
andjson
, making Ruby 2.6 the minimum supported version. #34
- Fixed the issue with updating/deleting keys for applications with special characters in the application IDs by escaping them. #31
- "Latest transactions" functionality #27
Service.delete_stats
has been adapted to the changes in Apisonator. Now it only needs to receive the service ID as a param and deletes all the stats for that service. The second param of the function, "delete_job" is ignored now. #24
- Support for end-users, a feature that's no longer supported in recent Apisonator. #25
- Support for app credentials with special characters ('*', '$', etc.). #22
- The stats of a service can now be deleted. #19
- Ruby 2.2 is no longer supported. The minimum version is 2.3.0. #18
- Services can now be activated/deactivated based on the
state
attribute. (#7)
- Use
[pisoni]
as default logline prefix instead of[core]
. (#5) - Relax requirement on Faraday version and warn when the user might find issues with old versions. (#4)
- Initial version published under the Apache 2.0 license.