Skip to content

Commit c00acdb

Browse files
committed
version: 0.17.1
1 parent 8c35c4f commit c00acdb

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

.changeset/goofy-monkeys-send.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-moose-ring.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# apollo
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
Fix an issue where the server fails to start
8+
9+
## 0.17.0
10+
11+
### Minor Changes
12+
13+
- 942cf4f: - Add `load_adaptor_docs` and `search_adaptor_docs` services, which
14+
use postgres to cache and search docs data
15+
- Use new adaptor docs lookup in `job_chat`, for faster, leaner and better
16+
docs lookup
17+
18+
### Patch Changes
19+
20+
- 3095a37: add refresh rag flag
21+
322
## 0.16.3
423

524
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo",
33
"module": "platform/index.ts",
4-
"version": "0.16.3",
4+
"version": "0.17.0",
55
"type": "module",
66
"scripts": {
77
"start": "NODE_ENV=production bun platform/src/index.ts",

0 commit comments

Comments
 (0)