Skip to content

Commit 98db3fb

Browse files
committed
bump: version 0.6.0 → 0.7.0
1 parent 8f70253 commit 98db3fb

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[tool]
1616
[tool.commitizen]
1717
name = "cz_conventional_commits"
18-
version = "0.6.0"
18+
version = "0.7.0"
1919
tag_format = "v$version"
2020
annotated_tag = true
2121
version_files = [

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,41 @@
1414
~ limitations under the License.
1515
-->
1616

17+
## v0.7.0 (2023-01-26)
18+
19+
### Feat
20+
21+
- **worker**: add promex plugin to expose os_mon metrics
22+
- **core**: add prom_ex ecto and os_mon metrics for dev dashboard
23+
- **core**: add mongodb sink and contact all data sinks on invoke result
24+
- **core**: setup data_sink port/adapter like connector
25+
- **openapi**: add data sinks
26+
27+
### Fix
28+
29+
- **core**: change get_module_by_name to not raise and use it in with
30+
- **core**: when function delete don't return :not_found if events/sinks do not exist
31+
- **core**: credo warnings
32+
- **core**: events and sinks render parameters handling
33+
- **core**: update function controller/view with data sinks responses
34+
- **core**: add module name in get module response
35+
- **openapi**: fix missing model in generated sdk
36+
- **core**: parse events string in function_controller
37+
38+
### Refactor
39+
40+
- **core**: metrics collector update
41+
- **core**: switch to couchdb with simple http post request
42+
- **core**: update mongodb params and invoker function name
43+
- **worker**: update some logs
44+
- **core**: make connector manager code more clear
45+
- **openapi**: revert openapi spec to v3.0.2
46+
- **openapi**: update openapi and gen sdk action
47+
48+
### Perf
49+
50+
- **core**: remove atom generation in mqtt connector
51+
1752
## v0.6.0 (2022-12-25)
1853

1954
### Feat

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defmodule Core.Umbrella.MixProject do
1818
def project do
1919
[
2020
apps_path: "apps",
21-
version: "0.6.0",
21+
version: "0.7.0",
2222
start_permanent: Mix.env() == :prod,
2323
dialyzer: [
2424
plt_file: {:no_warn, "priv/plts/dialyzer.plt"},

0 commit comments

Comments
 (0)