Skip to content

Commit

Permalink
Release v0.1.0 - See CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Aug 10, 2021
1 parent fe38b91 commit 70c9544
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.0 (August 10th, 2021)

- latest grpc-client
- migraged kafka-client to kafkajs
- chassis-srv using the latest grpc-js and protobufdef loader
- filter changes (removed google.protobuf.struct completely and defined nested proto structure)
- added status object to each item and also overall operation_status.

## 0.0.12 (March 25th, 2021)

- switch to official grpc healthcheck proto
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restorecommerce/resource-srv",
"version": "0.0.12",
"version": "0.1.0",
"description": "Restore Commerce Resource Microservice",
"main": "lib/start.js",
"author": "n-fuse GmbH",
Expand Down

0 comments on commit 70c9544

Please sign in to comment.