File tree Expand file tree Collapse file tree 16 files changed +32
-17
lines changed Expand file tree Collapse file tree 16 files changed +32
-17
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ### 2.0.4 (Latest Release / Stable)
3+ ### 2.0.5 (Latest Release / Stable)
4+
5+ ##### Enhancements/Improvements
6+
7+ * Issue #439 - Add query parameters to delete and put options for large objects - Thank you - @frsyuki
8+ * Issue #438 - Add support for RAX API key authentication extension - Thank you - @frsyuki
9+ * Issue #437 - Add support to list available zone list - Thank you - @csm1sh
10+ * Issue #436 - New commands for blockVolume - Thank you - @pompinis
11+ * Issue #431 - Added docker container format - Thank you - @maseev
12+
13+ ##### Fixes
14+
15+ * Issue #424 - Create server error through blockDeviceMappingBuilder
16+ * Issue #410 - Create instance boot from image(create a new volume)
17+
18+ ### 2.0.4
419
520##### Enhancements/Improvements
621
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ OpenStack4j version 2.0.0+ is now modular. One of the benefits to this is the a
3434<dependency >
3535 <groupId >org.pacesys</groupId >
3636 <artifactId >openstack4j</artifactId >
37- <version >2.0.4 </version >
37+ <version >2.0.5 </version >
3838</dependency >
3939```
4040
@@ -50,7 +50,7 @@ See notes above about connectors (same rules apply) to development branches.
5050<dependency >
5151 <groupId >org.pacesys</groupId >
5252 <artifactId >openstack4j</artifactId >
53- <version >2.0.5 -SNAPSHOT</version >
53+ <version >2.0.6 -SNAPSHOT</version >
5454</dependency >
5555```
5656
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.pacesys.openstack4j.connectors</groupId >
66 <artifactId >openstack4j-connectors</artifactId >
7- <version >2.0.5 -SNAPSHOT</version >
7+ <version >2.0.6 -SNAPSHOT</version >
88 </parent >
99 <name >OpenStack4j HttpURL Connector</name >
1010 <artifactId >openstack4j-http-connector</artifactId >
Original file line number Diff line number Diff line change 22 <parent >
33 <groupId >org.pacesys.openstack4j.connectors</groupId >
44 <artifactId >openstack4j-connectors</artifactId >
5- <version >2.0.5 -SNAPSHOT</version >
5+ <version >2.0.6 -SNAPSHOT</version >
66 </parent >
77 <modelVersion >4.0.0</modelVersion >
88 <artifactId >openstack4j-httpclient</artifactId >
Original file line number Diff line number Diff line change 22 <parent >
33 <groupId >org.pacesys.openstack4j.connectors</groupId >
44 <artifactId >openstack4j-connectors</artifactId >
5- <version >2.0.5 -SNAPSHOT</version >
5+ <version >2.0.6 -SNAPSHOT</version >
66 </parent >
77 <modelVersion >4.0.0</modelVersion >
88 <artifactId >openstack4j-jersey2-jdk16</artifactId >
Original file line number Diff line number Diff line change 22 <parent >
33 <groupId >org.pacesys.openstack4j.connectors</groupId >
44 <artifactId >openstack4j-connectors</artifactId >
5- <version >2.0.5 -SNAPSHOT</version >
5+ <version >2.0.6 -SNAPSHOT</version >
66 </parent >
77 <modelVersion >4.0.0</modelVersion >
88 <artifactId >openstack4j-jersey2</artifactId >
Original file line number Diff line number Diff line change 22 <parent >
33 <groupId >org.pacesys.openstack4j.connectors</groupId >
44 <artifactId >openstack4j-connectors</artifactId >
5- <version >2.0.5 -SNAPSHOT</version >
5+ <version >2.0.6 -SNAPSHOT</version >
66 </parent >
77 <modelVersion >4.0.0</modelVersion >
88 <artifactId >openstack4j-okhttp</artifactId >
Original file line number Diff line number Diff line change 22 <parent >
33 <groupId >org.pacesys</groupId >
44 <artifactId >openstack4j-parent</artifactId >
5- <version >2.0.5 -SNAPSHOT</version >
5+ <version >2.0.6 -SNAPSHOT</version >
66 </parent >
77 <modelVersion >4.0.0</modelVersion >
88 <groupId >org.pacesys.openstack4j.connectors</groupId >
Original file line number Diff line number Diff line change 22 <parent >
33 <groupId >org.pacesys.openstack4j.connectors</groupId >
44 <artifactId >openstack4j-connectors</artifactId >
5- <version >2.0.5 -SNAPSHOT</version >
5+ <version >2.0.6 -SNAPSHOT</version >
66 </parent >
77 <modelVersion >4.0.0</modelVersion >
88 <artifactId >openstack4j-resteasy</artifactId >
Original file line number Diff line number Diff line change 22 <parent >
33 <groupId >org.pacesys</groupId >
44 <artifactId >openstack4j-parent</artifactId >
5- <version >2.0.5 -SNAPSHOT</version >
5+ <version >2.0.6 -SNAPSHOT</version >
66 </parent >
77 <modelVersion >4.0.0</modelVersion >
88 <artifactId >openstack4j-core-test</artifactId >
You can’t perform that action at this time.
0 commit comments