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
0.0.1 - 2022-02-23
Added
- Initial commit.
0.0.2 - 2023-11-17
Changed
- Update from v18 to v21.
0.0.3 - 2024-05-13
Changed
- Update from v21 to v22.
0.0.4 - 2024-05-14
Changed
- Fix return value classes for
PortfolioManager::Services::Connection::ConnectionShare::Live#accept_reject_pending_connection_requests
,PortfolioManager::Services::Connection::ConnectionShare::Live#accept_reject_pending_meter_share_requests
, andPortfolioManager::Services::Connection::ConnectionShare::Live#accept_reject_pending_property_share_requests
methods.
0.0.5 - 2024-05-15
Changed
- Force encoding of HTTP response body to be UTF-8.
0.0.6 - 2024-05-16
Added
- Add support for proxy servers.
0.0.7 - 2024-05-31
Added
- Add "Custom Metrics" web services to "Property Services" (added in v22).
Changed
- Fix error handling in
PortfolioManager::Client::Base#request
. - Fix return value classes for
PortfolioManager::Xml::ResponseType
.
0.0.8 - 2024-06-12
Changed
- Fix value handling in
PortfolioManager::Xml::CustomFieldList::CustomField
.
0.0.9 - 2024-06-12
Changed
- Fix mapping registry for
PortfolioManager::Xml::CustomFieldList::CustomField
.
0.0.10 - 2024-06-12
Changed
- Fix name of
PortfolioManager::Services::Connection::SimulatingConnectionShareRequests::Test#send_property_share_request_from_test_environment
method.