search-engine-for-typesense 30.1.8.24 → 30.8.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +2 -2
- data/lib/search_engine/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db1ad7dbacfe019861ce7dbe7f3511326d67f0afc8bbf22ed2929cdb300797ad
|
|
4
|
+
data.tar.gz: 5bfafebc3623ee781a1c519c799621bfb8ca62b19f21e6370e79d4d165bc3999
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1ce3108ba2a8ef685803cf06264e88a9565dfe7e640f983465f198a03ba2f5b4cf059555c00b2e1016fa38f49aadb6be6bc7bcc538b5564a46c922e103f6db5
|
|
7
|
+
data.tar.gz: 9a2ddb0b81c46d8c81ce06e622f4b16adf1f81f50a4f4ccf2ff756c3d2542cf8d90111d31b7412f77e88dd441d7429106779457033e30bfc0c8d6b12e169342f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 30.8.24
|
|
4
|
+
|
|
5
|
+
- Adopt `{typesense_major}.{gem_minor}.{gem_patch}` versioning, omitting the Typesense minor component.
|
|
6
|
+
- Include the same runtime fixes as 30.1.8.24; no additional runtime behavior changes.
|
|
7
|
+
|
|
3
8
|
## 30.1.8.24
|
|
4
9
|
|
|
5
10
|
- Preserve caller transactions during PostgreSQL streaming by rejecting active transactions before opening a cursor.
|
data/README.md
CHANGED
|
@@ -8,9 +8,9 @@ Mountless Rails::Engine for [Typesense](https://typesense.org). Expressive Relat
|
|
|
8
8
|
|
|
9
9
|
## Versioning
|
|
10
10
|
|
|
11
|
-
The
|
|
11
|
+
Versions use `{typesense_major}.{gem_minor}.{gem_patch}`. The first component identifies the targeted Typesense server major version; the remaining components track gem enhancements and fixes independently of Typesense minor releases.
|
|
12
12
|
|
|
13
|
-
Example: `30.
|
|
13
|
+
Example: `30.8.24` targets Typesense `30.x`. Typesense minor versions are not encoded in the gem version.
|
|
14
14
|
|
|
15
15
|
## Quickstart
|
|
16
16
|
|