@@ -4,6 +4,44 @@ title: Pulsar Manager Release Notes
4
4
sidebar_label : Pulsar Manager Release Notes
5
5
---
6
6
7
+ ## 0.4.0 &mdash ; 2023-05-09 <a id =" 0.4.0 " ></a >
8
+
9
+ #### What's Changed
10
+
11
+ * Update stale description of creating environment in README by @maxsxu in [ PR-462] ( https://github.com/apache/pulsar-manager/pull/462 )
12
+ * feat: upgrade version to 0.3.0 by @urfreespace in [ PR-458] ( https://github.com/apache/pulsar-manager/pull/458 )
13
+ * Move version to 0.3.0 by @urfreespace in [ PR-455] ( https://github.com/apache/pulsar-manager/pull/455 )
14
+ * Align BouncyCastle transitive dependecies to 1.68 by @nicoloboschi in [ PR-466] ( https://github.com/apache/pulsar-manager/pull/466 )
15
+ * Fix URL for example in README.md by @corymacd in [ PR-475] ( https://github.com/apache/pulsar-manager/pull/475 )
16
+ * Removing conflicting dependencies by @gurleen-gks in [ PR-482] ( https://github.com/apache/pulsar-manager/pull/482 )
17
+ * Removing transitive dependencies for log4j by @gurleen-gks in [ PR-488] ( https://github.com/apache/pulsar-manager/pull/488 )
18
+ * Redirect notifications to the commits@ list instead of dev by @merlimat in [ PR-490] ( https://github.com/apache/pulsar-manager/pull/490 )
19
+ * For #492 , Remove unused 'token' by @Hongten in [ PR-493] ( https://github.com/apache/pulsar-manager/pull/493 )
20
+ * Use correct path for initdb and pg_ctl by @mzwennes in [ PR-478] ( https://github.com/apache/pulsar-manager/pull/478 )
21
+ * Update support for casdoor by @jakiuncle in [ PR-484] ( https://github.com/apache/pulsar-manager/pull/484 )
22
+ * [ improve] [ doc ] Add casdoor document for administration-pulsar-manager by @jakiuncle in [ PR-499] ( https://github.com/apache/pulsar-manager/pull/499 )
23
+ * Fix create topic failure for non-partitioned topic by @Apurva007 in [ PR-504] ( https://github.com/apache/pulsar-manager/pull/504 )
24
+ * Fix 307 redirect errors when connecting to multi-broker cluster by @Apurva007 in [ PR-503] ( https://github.com/apache/pulsar-manager/pull/503 )
25
+ * Use existing database if present by @vfauth in [ PR-501] ( https://github.com/apache/pulsar-manager/pull/501 )
26
+ * Upgrade Gradle and Gralde Node Plugin to fix build issues by @tisonkun in [ PR-510] ( https://github.com/apache/pulsar-manager/pull/510 )
27
+ * Fix GHA workflow syntax by @tisonkun in [ PR-511] ( https://github.com/apache/pulsar-manager/pull/511 )
28
+ * build: upgrade deps for building on modern machine by @tisonkun in [ PR-513] ( https://github.com/apache/pulsar-manager/pull/513 )
29
+
30
+ #### New Contributors
31
+
32
+ * @maxsxu made their first contribution in [ PR-462] ( https://github.com/apache/pulsar-manager/pull/462 )
33
+ * @nicoloboschi made their first contribution in [ PR-466] ( https://github.com/apache/pulsar-manager/pull/466 )
34
+ * @corymacd made their first contribution in [ PR-475] ( https://github.com/apache/pulsar-manager/pull/475 )
35
+ * @gurleen-gks made their first contribution in [ PR-482] ( https://github.com/apache/pulsar-manager/pull/482 )
36
+ * @merlimat made their first contribution in [ PR-490] ( https://github.com/apache/pulsar-manager/pull/490 )
37
+ * @Hongten made their first contribution in [ PR-493] ( https://github.com/apache/pulsar-manager/pull/493 )
38
+ * @mzwennes made their first contribution in [ PR-478] ( https://github.com/apache/pulsar-manager/pull/478 )
39
+ * @jakiuncle made their first contribution in [ PR-484] ( https://github.com/apache/pulsar-manager/pull/484 )
40
+ * @Apurva007 made their first contribution in [ PR-504] ( https://github.com/apache/pulsar-manager/pull/504 )
41
+ * @vfauth made their first contribution in [ PR-501] ( https://github.com/apache/pulsar-manager/pull/501 )
42
+
43
+ ** Full Changelog** : https://github.com/apache/pulsar-manager/compare/v0.3.0...v0.4.0
44
+
7
45
## 0.3.0 &mdash ; 2022-05-25 <a id =" 0.3.0 " ></a >
8
46
9
47
* Fix MySQL schema field token error [ PR-339] ( https://github.com/apache/pulsar-manager/pull/339 )
@@ -51,4 +89,4 @@ sidebar_label: Pulsar Manager Release Notes
51
89
* Fix loggin level [ PR-191] ( https://github.com/apache/pulsar-manager/pull/191 ) .
52
90
* Fix wrong place for license scan badge [ PR-193] ( https://github.com/apache/pulsar-manager/pull/193 ) .
53
91
* Add support for HerdDB database [ PR-183] ( https://github.com/apache/pulsar-manager/pull/183 ) .
54
- * Make default environment persistent [ PR-197] ( https://github.com/apache/pulsar-manager/pull/197 ) .
92
+ * Make default environment persistent [ PR-197] ( https://github.com/apache/pulsar-manager/pull/197 ) .
0 commit comments