Skip to content

Commit

Permalink
chore(main): release 0.12.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
1 parent 0cc2cbb commit 907eff8
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.11.9-pre"
".": "0.12.0-pre"
}
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
# Changelog

## [0.12.0-pre](https://github.com/devflowinc/trieve/compare/v0.11.9-pre...v0.12.0-pre) (2024-09-26)


### Features

* add css variables for colors ([c2483b8](https://github.com/devflowinc/trieve/commit/c2483b83d8a91c1bb9e7b7b6cc2773c2ac7f9c09))
* add editMessageReader and regenerateMessageReader methods ([85f1631](https://github.com/devflowinc/trieve/commit/85f1631e898055c2e8457807b5dff9aab0e76ab7))
* add refresh chunk count button to dashboard ([9aa5f1c](https://github.com/devflowinc/trieve/commit/9aa5f1c18683238a01a2f54f0b7af871afd90a12))
* add scraping config as an option to setup when creating a dataset ([7a9f36c](https://github.com/devflowinc/trieve/commit/7a9f36c0fd3239139a8293a5ed9e9079d6f36e05))
* add suggested queries prop ([b25fa75](https://github.com/devflowinc/trieve/commit/b25fa75f206cb53dd9e98eb219f9de7a7fb3e5b7))
* add suggested queries to search component ([e7c4f80](https://github.com/devflowinc/trieve/commit/e7c4f808ba675c28afbcb9bf6ccd567c05ff891e))
* allow for boosting to be prevented when scraping ([569d55b](https://github.com/devflowinc/trieve/commit/569d55bd1b23241502ddd6af39007632c77eb21a))
* allow user to choose the key combination that opens the modal ([3d268f2](https://github.com/devflowinc/trieve/commit/3d268f2584741d6ab30b39ec8f50b5dabb7b5d08))
* allow user to pass suggested queries ([fdb22d1](https://github.com/devflowinc/trieve/commit/fdb22d1a6893feffb5e14773c1f75c691efad58a))
* copy ids in dashboards ([fb2bdd9](https://github.com/devflowinc/trieve/commit/fb2bdd98e7a0d6d5fd55a9ed7f7dce6f40ec4fb3))
* datasetstart checklist component for easier onboarding ([68560aa](https://github.com/devflowinc/trieve/commit/68560aab9fd70161da6cbacbb930f9cb80ddee4d))
* fix long org search ([6dc14f8](https://github.com/devflowinc/trieve/commit/6dc14f86b1f4c1982f77941d9ac67629c419aca5))
* getting started links ([439a798](https://github.com/devflowinc/trieve/commit/439a79855f8a24b456cc5554079725f8ab56ef13))
* modify behavior to no longer use the title from metadata ([0cc2cbb](https://github.com/devflowinc/trieve/commit/0cc2cbb00b5858a2ba0aec52fddf426f2c582693))
* refactor org selector and dataset selector display ([37a8f4e](https://github.com/devflowinc/trieve/commit/37a8f4e8bfafc9ee1b712410a286e31573cf05f1))
* replace all https to http ([f92e6f9](https://github.com/devflowinc/trieve/commit/f92e6f9cd1abc2345aebd7718d84a8b5d3cb8c2e))
* show org+dataset selector on dataset page and change text to make dataset creation more obvious ([928d4b5](https://github.com/devflowinc/trieve/commit/928d4b590583fe1a7d9ba8c7e0ae0a551c7cbed4))
* show reload button to refetch qiueries ([d4c4df6](https://github.com/devflowinc/trieve/commit/d4c4df669d346d6d2c0a49b76dedc3e0c9479ee2))


### Cleanup

* abortcontroller's for search and clearing results for empty queries ([f178484](https://github.com/devflowinc/trieve/commit/f178484a836b053a5ccf572d0dd3b64e29d8a106))
* add python SDK and remove duplicate detection feature from README ([e2c5082](https://github.com/devflowinc/trieve/commit/e2c508207113651560442164fb143a78bd247856))
* add tooltips and advanced options toggle to create dataset modal for ease of use ([58fbe8c](https://github.com/devflowinc/trieve/commit/58fbe8cbd52343cef42a27e0731f5ac2aa9712bb))
* allow println's ([83e017e](https://github.com/devflowinc/trieve/commit/83e017efe05bc3f633f69c3f127f3b7c702a4c76))
* apply light edits to scraper config for better defaults and link tracking plus empty chunk avoidance ([51663e6](https://github.com/devflowinc/trieve/commit/51663e6053175754f42364688a98b37fe63454da))
* fix auth issues for /top analytics route ([f4cc2ac](https://github.com/devflowinc/trieve/commit/f4cc2ac18212d94fe5a841f982cdc8f26db108bf))
* handle dashboard redirects for 404s for browsers with saved paths ([4bfaafa](https://github.com/devflowinc/trieve/commit/4bfaafab52d8df5952acf6b0efa3bd6185a0c32c))
* no longer need to provide org_id when calling routes relating to org ([36c7ed7](https://github.com/devflowinc/trieve/commit/36c7ed77f6ab3bedec8916bd8882410a0a4082b8))
* prevent panic from split_at in search_operator ([540a6d9](https://github.com/devflowinc/trieve/commit/540a6d913317e8df18b727927d55e22ac58556fc))
* remove eslint_report.json from repo ([866da79](https://github.com/devflowinc/trieve/commit/866da790ccc8d051e5daa6239447ac75f3c17def))
* scraping trailing slashes + update: boost titles option in newdataset modal ([5510fd9](https://github.com/devflowinc/trieve/commit/5510fd9bc79742be05cee4173e4ca3ba630be036))
* various dashboard improvements like dataset selector bugfixes and better text in create dataset modal for info ([bd4da07](https://github.com/devflowinc/trieve/commit/bd4da0713e3f5c79c557e0c763ce4f9cf09d6a2e))


### Bug Fixes

* /api suffix replace for dashboard's trieve SDK usage ([e47cd4d](https://github.com/devflowinc/trieve/commit/e47cd4d7358981f047599b1bd2ee7346fbc886f2))
* datasets in table not reloading when org selected changes ([25e2681](https://github.com/devflowinc/trieve/commit/25e2681ffa6a05ff1513615c0d5844783082fb69))
* default autcomplete function to api version v2 ([dd976b8](https://github.com/devflowinc/trieve/commit/dd976b8260f8e1358e113d39c5bf9d47848d05b6))
* find not a function for dataset memo ([a21096e](https://github.com/devflowinc/trieve/commit/a21096ee271ad372f3289d27a9766d7f0113426f))
* fix color vars for the outlines ([3640949](https://github.com/devflowinc/trieve/commit/3640949283d6fff8c6d27a8b6ca53db884cb918c))
* fix crawl worker docker push action ([320301d](https://github.com/devflowinc/trieve/commit/320301d3daad6b64019a31ef90db9f75635ad0d0))
* fix double render ([af07178](https://github.com/devflowinc/trieve/commit/af07178019a8ed1f57a61cd100f9c01305f5c22f))
* fix footer on chat ([407ff07](https://github.com/devflowinc/trieve/commit/407ff077582aff7a60951b268bcc4646da751330))
* fix pr comments; fix input border ([581c382](https://github.com/devflowinc/trieve/commit/581c3827b68e06f15ef1f4daa2af803237ea3957))
* map not existing in NavbarDatasetSelector ([8c6742b](https://github.com/devflowinc/trieve/commit/8c6742b0973e33353ce8cc0f7e5845cd69b610c1))
* more specific /api replacement on environment variable ([378eed1](https://github.com/devflowinc/trieve/commit/378eed113239bfdc07d2d20f0eb07ca780137a59))
* move props setting to parent ([2f6dc2c](https://github.com/devflowinc/trieve/commit/2f6dc2c8f5cb70ec989544a29e818513d436b90a))
* scope top datasets to organization ([c69bd5a](https://github.com/devflowinc/trieve/commit/c69bd5af80195826a6e085b22dad505b36dde9a1))
* search by dataset name instead of id ([6371d14](https://github.com/devflowinc/trieve/commit/6371d1498789cab80ea1f27b6d70e81a00c4cf29))
* working add user modal ([3d317e5](https://github.com/devflowinc/trieve/commit/3d317e51af42dcc747849b05751befd889701aaa))


### Other

* bump package ([1331abb](https://github.com/devflowinc/trieve/commit/1331abb3d3d0fde27718db4857dabcd5e4c16da0))
* remove unused deps ([f44e22b](https://github.com/devflowinc/trieve/commit/f44e22bb066923f9981d9d5e716ac563ed177583))

## [0.11.9-pre](https://github.com/devflowinc/trieve/compare/v0.11.8...v0.11.9-pre) (2024-09-20)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.9-pre
0.12.0-pre

0 comments on commit 907eff8

Please sign in to comment.