File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1515[tool ]
1616[tool .commitizen ]
1717name = " cz_conventional_commits"
18- version = " 0.6 .0"
18+ version = " 0.7 .0"
1919tag_format = " v$version"
2020annotated_tag = true
2121version_files = [
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" } ,
You can’t perform that action at this time.
0 commit comments