Skip to content

Commit 9731bc8

Browse files
committed
chore(release): 1.18.0
1 parent f0aeb47 commit 9731bc8

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.18.0](https://github.com/biothings/bte_trapi_query_graph_handler/compare/v1.17.6...v1.18.0) (2021-08-20)
6+
7+
8+
### Features
9+
10+
* add caching param in cache handler ([bfaa179](https://github.com/biothings/bte_trapi_query_graph_handler/commit/bfaa17908a0c7ef584b146390659186fe06896dc))
11+
* add workflow validation for trapi v1.2 ([76a4164](https://github.com/biothings/bte_trapi_query_graph_handler/commit/76a4164bcacfc1a4c9dc74fb5d4024ece7ef0e08))
12+
13+
14+
### Bug Fixes
15+
16+
* :bug: check if cachedQueryResults is empty ([062d931](https://github.com/biothings/bte_trapi_query_graph_handler/commit/062d931bcc9d51e966fb65e470bd1897588ee312))
17+
* :bug: set a default caching expiration ([173f34b](https://github.com/biothings/bte_trapi_query_graph_handler/commit/173f34b51b7a033e4a4a77dae766473ae45d5d6e))
18+
* biolink v2.1 related fixes ([ff15564](https://github.com/biothings/bte_trapi_query_graph_handler/commit/ff155648163f74ef209ed71666bce860fb5c7f26))
19+
* cache extra properties just in case ([344aabd](https://github.com/biothings/bte_trapi_query_graph_handler/commit/344aabd2037e172bd3f3970db1e31f0ac7ce00c6))
20+
* clone records recursively for caching ([b7a71c4](https://github.com/biothings/bte_trapi_query_graph_handler/commit/b7a71c49c7e29f124b87b6b73e2eed747844aa13))
21+
* code line length reformat ([7000a0b](https://github.com/biothings/bte_trapi_query_graph_handler/commit/7000a0b7eaaa0539648e2d6e231f8e871b941dd6))
22+
* correctly cache semanticType ([7d21651](https://github.com/biothings/bte_trapi_query_graph_handler/commit/7d21651fc013154d9704e22e89be800f968f3c08))
23+
* input->output for output node ([aa4a529](https://github.com/biothings/bte_trapi_query_graph_handler/commit/aa4a529a597efc5c33fddbed6796527e2ba7438d))
24+
* issue [#164](https://github.com/biothings/bte_trapi_query_graph_handler/issues/164). add score. rm unused methods. ([57b4c4b](https://github.com/biothings/bte_trapi_query_graph_handler/commit/57b4c4b756100bcd6faa40c83bc4f637cb752c79))
25+
* tests pass for issue [#164](https://github.com/biothings/bte_trapi_query_graph_handler/issues/164) ([8dfb3ca](https://github.com/biothings/bte_trapi_query_graph_handler/commit/8dfb3cabdee3e052793d503c7bf4eebddd99601e))
26+
* WIP for https://github.com/biothings/BioThings_Explorer_TRAPI/issues/164 ([97963b6](https://github.com/biothings/bte_trapi_query_graph_handler/commit/97963b6f3379de4f1ed7ff8e5bedbcd303f34271))
27+
528
### [1.17.6](https://github.com/biothings/bte_trapi_query_graph_handler/compare/v1.17.5...v1.17.6) (2021-06-24)
629

730

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@biothings-explorer/query_graph_handler",
3-
"version": "1.17.6",
3+
"version": "1.18.0",
44
"description": "A nodejs module to query TRAPI Query Graph",
55
"main": "built/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)