Skip to content

Commit

Permalink
chore(release): 0.2.0 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Conventional Changelog Action <conventional.changelog.action@github.com>
  • Loading branch information
github-actions[bot] and Conventional Changelog Action authored Feb 8, 2023
1 parent 3daf5ac commit 66120f9
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 29 deletions.
92 changes: 65 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,79 @@
## [0.1.1](https://github.com/lidofinance/lido-node-operators-keys-api/compare/0.1.0...0.1.1) (2023-01-09)
# [0.2.0](https://github.com/lidofinance/lido-keys-api/compare/0.1.1...0.2.0) (2023-02-08)


### Bug Fixes

* add flags to disable in future some endpoints ([37ed67d](https://github.com/lidofinance/lido-keys-api/commit/37ed67dee7e7d5e2a4f53415d7a5040874d0a5b6))
* add test ([6d6b0f5](https://github.com/lidofinance/lido-keys-api/commit/6d6b0f54a47c9918027fedbe2a25db0afeac20a4))
* add validators exit presign endpoints ([928a4e3](https://github.com/lidofinance/lido-keys-api/commit/928a4e3bd28f9233271f34529f92be4d5ca2d2b1))
* boolean ENV variables transform fix ([0fa71ce](https://github.com/lidofinance/lido-keys-api/commit/0fa71ceb686a5fa326021e9b5e48fc4d228db60e))
* divide module controller on two. ([a17dae1](https://github.com/lidofinance/lido-keys-api/commit/a17dae1dcf40f703a9e004f9f7f824e4278990c8))
* error that return /validators endpoint ([cb59d31](https://github.com/lidofinance/lido-keys-api/commit/cb59d319632774e55b5e1a4c7405ea80f1d14de9))
* fix metrics; add 404 error to /keys/{pubkey} endpoint; add logs to null meta. ([e14d39e](https://github.com/lidofinance/lido-keys-api/commit/e14d39e158e1c1f67a78097e52d6b58a4e9c2c7f))
* fixed null checks ([1a17abe](https://github.com/lidofinance/lido-keys-api/commit/1a17abeac5deacd7d548feac3f754f55ae71bf68))
* GeneralKey -> Key. ([a0e720a](https://github.com/lidofinance/lido-keys-api/commit/a0e720ab0ae658437f06ac972adba451ae6de591))
* keys controller tests ([619ed8c](https://github.com/lidofinance/lido-keys-api/commit/619ed8c5fd80804df59e46d4a22476549424288e))
* pubkeys validation ([08e76ee](https://github.com/lidofinance/lido-keys-api/commit/08e76eea958a510d762cb98c67522b7aee6794d6))
* read meta in transaction ([6fec9d0](https://github.com/lidofinance/lido-keys-api/commit/6fec9d0aeb49f79ac7c20eacc39a22adf19bd451))
* readme ([d786ced](https://github.com/lidofinance/lido-keys-api/commit/d786ced5155f94ef1649ef1fd80bf63266371c30))
* remove exlamation marks in classes with constructor. ([ffa3ead](https://github.com/lidofinance/lido-keys-api/commit/ffa3ead593934ff8a8f7d925d4159dbdb1751a3c))
* sentry optional env fix ([1d348c2](https://github.com/lidofinance/lido-keys-api/commit/1d348c2e05b1f1414abc0569711373013d54ebee))
* sentry param removed null ([ac2fc01](https://github.com/lidofinance/lido-keys-api/commit/ac2fc011b58672c60faafe29215216f1b802324b))
* small fixes, extand sample.env, fix meta= null in controller ([86ae00c](https://github.com/lidofinance/lido-keys-api/commit/86ae00cb8a88144bd5387282c8e10da234a5c537))
* status endpoint desc. ([89bc7f1](https://github.com/lidofinance/lido-keys-api/commit/89bc7f1b9039b5c4c1dac4370a7f35635d752906))
* test ([e3d37e8](https://github.com/lidofinance/lido-keys-api/commit/e3d37e8a17967e365985077395bf8f9b66bc4e3a))
* tests ([2cc027a](https://github.com/lidofinance/lido-keys-api/commit/2cc027ac51fe7e115c2f2637726527490ba23520))
* yarn lint ([5c8e230](https://github.com/lidofinance/lido-keys-api/commit/5c8e230cf0eefd564ad714d93cd4978b52104d96))


### Features

* add registry and validators-registry metrics ([c9aeca1](https://github.com/lidofinance/lido-keys-api/commit/c9aeca1cbe092565e5da474415d4636da1137a25))
* enabled strict mode ([94adfc2](https://github.com/lidofinance/lido-keys-api/commit/94adfc23d8ef8b41ff7cc67c684aae8436a1e9d5))
* increased max heap size threshold and added docker-compose ([10da660](https://github.com/lidofinance/lido-keys-api/commit/10da6606297969e0c3d53a2946246d5e48c17971))
* operators, status, operator/keys endpoints, tests. simple refactoring ([d94e91b](https://github.com/lidofinance/lido-keys-api/commit/d94e91ba84a6ce1efa3d681075ce00cbbb24e29e))
* refactoring name of the service ([6cafd73](https://github.com/lidofinance/lido-keys-api/commit/6cafd735a2a6e779f24df31b7a804df9b00ca5fc))



## [0.1.1](https://github.com/lidofinance/lido-keys-api/compare/0.1.0...0.1.1) (2023-01-09)



# [0.1.0](https://github.com/lidofinance/lido-node-operators-keys-api/compare/86d7f85dac21e3ade4c2aaaaa76d733095481fab...0.1.0) (2023-01-09)
# [0.1.0](https://github.com/lidofinance/lido-keys-api/compare/86d7f85dac21e3ade4c2aaaaa76d733095481fab...0.1.0) (2023-01-09)


### Bug Fixes

* add find method for modules endpoint ([eaa2a8b](https://github.com/lidofinance/lido-node-operators-keys-api/commit/eaa2a8bd58afccf4d657eaf7ebc3a7d7daae79d1))
* add modules endpoints ([deefcca](https://github.com/lidofinance/lido-node-operators-keys-api/commit/deefcca1d7b2b36026bab74aa09a6c97fa495c7f))
* add temporary solution for test running ([0c14d88](https://github.com/lidofinance/lido-node-operators-keys-api/commit/0c14d8827350e22a8e85b2525f8c7bf5ef7db9b1))
* add tests for find modules' method ([e1893d5](https://github.com/lidofinance/lido-node-operators-keys-api/commit/e1893d5b790aa32397c498efc78534cb9fb20d17))
* add transaction ([0869b64](https://github.com/lidofinance/lido-node-operators-keys-api/commit/0869b642ddff3062f84028d819893bf0985ed010))
* chains import ([3303a42](https://github.com/lidofinance/lido-node-operators-keys-api/commit/3303a42f7fd6458e76cd61802b65cbe07882bfad))
* change LogLevel ([9d314cc](https://github.com/lidofinance/lido-node-operators-keys-api/commit/9d314cc9c0170d99fcc2b8a297d65dd19c7edee8))
* changed provider name, add network label to build_info ([d82bafd](https://github.com/lidofinance/lido-node-operators-keys-api/commit/d82bafd1ba7a11f2db47f8d54064f055e6ea86a6))
* envs ([8cdc282](https://github.com/lidofinance/lido-node-operators-keys-api/commit/8cdc28256331c017bf8827f477a21d4f3f839326))
* fix keys controller query parsing. ([e85d779](https://github.com/lidofinance/lido-node-operators-keys-api/commit/e85d7799ea7c242eeefdd15c374f3a08b925ddc8))
* job name and el metrics ([560b275](https://github.com/lidofinance/lido-node-operators-keys-api/commit/560b2757100e60dab59fbb5c2a286861a8ae95f8))
* keys/find endpoint ([ed0d2ad](https://github.com/lidofinance/lido-node-operators-keys-api/commit/ed0d2ad3fa93d92feceb731fd4a1ce199a385116))
* lint cleanup ([676a20d](https://github.com/lidofinance/lido-node-operators-keys-api/commit/676a20d636b68ca50df127a17f1a250d9e44362b))
* migration env name ([058bb92](https://github.com/lidofinance/lido-node-operators-keys-api/commit/058bb92838f6095360fdc8fcd7d464a2c0278ae0))
* migration env name ([cc37781](https://github.com/lidofinance/lido-node-operators-keys-api/commit/cc3778156e1243f1225349558a5f97b2692fb5b0))
* naming, add meta to modules endpoints ([ecbfbec](https://github.com/lidofinance/lido-node-operators-keys-api/commit/ecbfbecb769d1bd04255a5ed24044e3adc3dfa78))
* readme ([0894edc](https://github.com/lidofinance/lido-node-operators-keys-api/commit/0894edcc2595077da8c0a33f54217eaa05231a5e))
* some changes after review ([e4dc7ec](https://github.com/lidofinance/lido-node-operators-keys-api/commit/e4dc7eca44838eac95bf709e2f0047c730bd43c2))
* typos, readme, add chainId check during app start ([f1b62d9](https://github.com/lidofinance/lido-node-operators-keys-api/commit/f1b62d9b6be37289508e1da0215fe321964e9e47))
* undefined meta, readme ([3b8e83c](https://github.com/lidofinance/lido-node-operators-keys-api/commit/3b8e83cfb983e12e397a4eb8ab21fa33679eb7cc))
* yarn lockfile ([f2b9a38](https://github.com/lidofinance/lido-node-operators-keys-api/commit/f2b9a38f1633e791c7872791a944e9a500140203))
* add find method for modules endpoint ([eaa2a8b](https://github.com/lidofinance/lido-keys-api/commit/eaa2a8bd58afccf4d657eaf7ebc3a7d7daae79d1))
* add modules endpoints ([deefcca](https://github.com/lidofinance/lido-keys-api/commit/deefcca1d7b2b36026bab74aa09a6c97fa495c7f))
* add temporary solution for test running ([0c14d88](https://github.com/lidofinance/lido-keys-api/commit/0c14d8827350e22a8e85b2525f8c7bf5ef7db9b1))
* add tests for find modules' method ([e1893d5](https://github.com/lidofinance/lido-keys-api/commit/e1893d5b790aa32397c498efc78534cb9fb20d17))
* add transaction ([0869b64](https://github.com/lidofinance/lido-keys-api/commit/0869b642ddff3062f84028d819893bf0985ed010))
* chains import ([3303a42](https://github.com/lidofinance/lido-keys-api/commit/3303a42f7fd6458e76cd61802b65cbe07882bfad))
* change LogLevel ([9d314cc](https://github.com/lidofinance/lido-keys-api/commit/9d314cc9c0170d99fcc2b8a297d65dd19c7edee8))
* changed provider name, add network label to build_info ([d82bafd](https://github.com/lidofinance/lido-keys-api/commit/d82bafd1ba7a11f2db47f8d54064f055e6ea86a6))
* envs ([8cdc282](https://github.com/lidofinance/lido-keys-api/commit/8cdc28256331c017bf8827f477a21d4f3f839326))
* fix keys controller query parsing. ([e85d779](https://github.com/lidofinance/lido-keys-api/commit/e85d7799ea7c242eeefdd15c374f3a08b925ddc8))
* job name and el metrics ([560b275](https://github.com/lidofinance/lido-keys-api/commit/560b2757100e60dab59fbb5c2a286861a8ae95f8))
* keys/find endpoint ([ed0d2ad](https://github.com/lidofinance/lido-keys-api/commit/ed0d2ad3fa93d92feceb731fd4a1ce199a385116))
* lint cleanup ([676a20d](https://github.com/lidofinance/lido-keys-api/commit/676a20d636b68ca50df127a17f1a250d9e44362b))
* migration env name ([058bb92](https://github.com/lidofinance/lido-keys-api/commit/058bb92838f6095360fdc8fcd7d464a2c0278ae0))
* migration env name ([cc37781](https://github.com/lidofinance/lido-keys-api/commit/cc3778156e1243f1225349558a5f97b2692fb5b0))
* naming, add meta to modules endpoints ([ecbfbec](https://github.com/lidofinance/lido-keys-api/commit/ecbfbecb769d1bd04255a5ed24044e3adc3dfa78))
* readme ([0894edc](https://github.com/lidofinance/lido-keys-api/commit/0894edcc2595077da8c0a33f54217eaa05231a5e))
* some changes after review ([e4dc7ec](https://github.com/lidofinance/lido-keys-api/commit/e4dc7eca44838eac95bf709e2f0047c730bd43c2))
* typos, readme, add chainId check during app start ([f1b62d9](https://github.com/lidofinance/lido-keys-api/commit/f1b62d9b6be37289508e1da0215fe321964e9e47))
* undefined meta, readme ([3b8e83c](https://github.com/lidofinance/lido-keys-api/commit/3b8e83cfb983e12e397a4eb8ab21fa33679eb7cc))
* yarn lockfile ([f2b9a38](https://github.com/lidofinance/lido-keys-api/commit/f2b9a38f1633e791c7872791a944e9a500140203))


### Features

* add endpoints ([86d7f85](https://github.com/lidofinance/lido-node-operators-keys-api/commit/86d7f85dac21e3ade4c2aaaaa76d733095481fab))
* add tests ([4ce49d2](https://github.com/lidofinance/lido-node-operators-keys-api/commit/4ce49d291f20190740ae3612470c242ca43ca686))
* add workflow for build image ([b6ce0b8](https://github.com/lidofinance/lido-node-operators-keys-api/commit/b6ce0b8d8bd75393d6fb893c4ee0583cc291bdd0))
* added migrations support ([82a8f39](https://github.com/lidofinance/lido-node-operators-keys-api/commit/82a8f392f5f99f82ab6e0f50e9f55bff6dac41fe))
* add endpoints ([86d7f85](https://github.com/lidofinance/lido-keys-api/commit/86d7f85dac21e3ade4c2aaaaa76d733095481fab))
* add tests ([4ce49d2](https://github.com/lidofinance/lido-keys-api/commit/4ce49d291f20190740ae3612470c242ca43ca686))
* add workflow for build image ([b6ce0b8](https://github.com/lidofinance/lido-keys-api/commit/b6ce0b8d8bd75393d6fb893c4ee0583cc291bdd0))
* added migrations support ([82a8f39](https://github.com/lidofinance/lido-keys-api/commit/82a8f392f5f99f82ab6e0f50e9f55bff6dac41fe))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lido-keys-api",
"version": "0.1.1",
"version": "0.2.0",
"description": "Lido Node Operators keys service",
"author": "Lido team",
"private": true,
Expand Down Expand Up @@ -92,4 +92,4 @@
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.4"
}
}
}

0 comments on commit 66120f9

Please sign in to comment.