manageiq-api-client 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -1
- data/lib/manageiq/api/client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6403e45890ae054ae7a12596ab68ad0dbe0e03861f2e700fd5079c5af9d69529
|
|
4
|
+
data.tar.gz: 7cbe8890af71641ea6ec6b6b8374b719bc425b79eec850161f43d32ca544c1d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d61707917158f04f8d4ac00c3cf46c1d6e89c8b75b74a8a9ab8536c1df6f9c54f5430ecf416e8e2b9062d4b79452d22536824185acdc5feedc65772c2c239135
|
|
7
|
+
data.tar.gz: 8476cecd2949d77e0d2809e124f513f36fa612cf6fff5715ed6f398176f8bd8dd4e36ce196f4f4994e5f9196475e4dcc98e5744bcbd03e2fc71b07e339b10b5f
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.5.0] - 2024-05-13
|
|
10
|
+
### Changed
|
|
11
|
+
- Support faraday 1.0 and 2.0 [[#124]](https://github.com/ManageIQ/manageiq-api-client/pull/124)
|
|
12
|
+
- Upgrade faraday from 1.0 to 2.0 [[#122]](https://github.com/ManageIQ/manageiq-api-client/pull/122)
|
|
13
|
+
- Revert "drop activesupport dependency" [[#119]](https://github.com/ManageIQ/manageiq-api-client/pull/119)
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- Raise exceptions on empty responses [[#121]](https://github.com/ManageIQ/manageiq-api-client/pull/121)
|
|
17
|
+
|
|
9
18
|
## [0.4.1] - 2024-03-06
|
|
10
19
|
### Added
|
|
11
20
|
- Drop active_support and more_core_extensions dependency [[#115]](https://github.com/ManageIQ/manageiq-api-client/pull/115)
|
|
@@ -70,7 +79,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
70
79
|
- Add CHANGELOG.md
|
|
71
80
|
- Update README with simple instructions reflecting the query interface.
|
|
72
81
|
|
|
73
|
-
[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.
|
|
82
|
+
[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.5.0...HEAD
|
|
83
|
+
[0.5.0]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.4.1...v0.5.0
|
|
84
|
+
[0.4.1]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.4.0...v0.4.1
|
|
74
85
|
[0.4.0]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.7...v0.4.0
|
|
75
86
|
[0.3.7]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.6...v0.3.7
|
|
76
87
|
[0.3.6]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.5...v0.3.6
|