Skip to content

Commit 3f499cc

Browse files
author
rathnapandi
committed
- Fix issue #557
1 parent b79d6f8 commit 3f499cc

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,24 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
# [1.14.13] In progress
67

78

9+
10+
### Added
11+
- Full export API in JSON file (See issue [#557](https://github.com/Axway-API-Management-Plus/apim-cli/issues/557))
12+
- Added new environment parameter RESOLVE_OPENAPI_REF to resolve open api references
13+
814
# [1.14.12] 2025-08-17
915

1016
### Fixed
11-
- Exporting multiple APIs with the same path overwrites configuration files in the same target directory (See issue [#534](https://github.com/Axway-API-Management-Plus/apim-cli/issues/545))
12-
- apim api get doesn't give the list of APIs (See issue [#534](https://github.com/Axway-API-Management-Plus/apim-cli/issues/543))
17+
- Exporting multiple APIs with the same path overwrites configuration files in the same target directory (See issue [#545](https://github.com/Axway-API-Management-Plus/apim-cli/issues/545))
18+
- apim api get doesn't give the list of APIs (See issue [#543](https://github.com/Axway-API-Management-Plus/apim-cli/issues/543))
1319

1420
### Added
15-
- Full export API in JSON file (See issue [#534](https://github.com/Axway-API-Management-Plus/apim-cli/issues/559))
16-
- Support may 2025 APIM release (See issue [#534](https://github.com/Axway-API-Management-Plus/apim-cli/issues/562))
17-
- Support OpenAPI 3.1.x (See issue [#534](https://github.com/Axway-API-Management-Plus/apim-cli/issues/537))
21+
- Full export API in JSON file (See issue [#559](https://github.com/Axway-API-Management-Plus/apim-cli/issues/559))
22+
- Support may 2025 APIM release (See issue [#562](https://github.com/Axway-API-Management-Plus/apim-cli/issues/562))
23+
- Support OpenAPI 3.1.x (See issue [#537](https://github.com/Axway-API-Management-Plus/apim-cli/issues/537))
1824

1925
# [1.14.11] 2025-02-26
2026

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@
324324
<exclude>**/APIBasicQuotaTestIT.java</exclude>
325325
<exclude>**/CreateAndUpdateQuotaWithNewMethodAndSpecIT.java</exclude>
326326
<exclude>**/QuotaStays4OtherAPIsTestIT.java</exclude>
327-
<exclude>**/AppOrSystemQuotaOnlyTestIT</exclude>
327+
<exclude>**/AppOrSystemQuotaOnlyTestIT.java</exclude>
328+
<exclude>**/MultiRestrictionQuotaTestIT.java</exclude>
328329
</excludes>
329330
</configuration>
330331
</plugin>

0 commit comments

Comments
 (0)