Skip to content

Commit f6fd9a7

Browse files
committed
Write a 6.6 changelog
1 parent 7db665a commit f6fd9a7

File tree

1 file changed

+77
-1
lines changed

1 file changed

+77
-1
lines changed

docs/resources/changelog/6_x.rst

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,6 @@ Bug fixes
717717
Major changes
718718
-------------
719719

720-
721720
* Allow DML in REPEATABLE READ transactions, but only when it is safe
722721
to do. Performing DML in REPEATABLE READ transactions is safe as
723722
long as the query does not affect exclusive constraints that are
@@ -794,3 +793,80 @@ Fixes
794793

795794
* Fix CREATE ... BRANCH FROM ... when source uses ai extension
796795
(:eql:gh:`#8594`)
796+
797+
798+
6.6
799+
===
800+
801+
Features
802+
--------
803+
804+
* Add text search to ai extension. ``ext::ai::search()`` may now be
805+
called with string search parameters, instead of only arrays of
806+
floats. The string must be a constant or a query parameter. The AI
807+
provider will be queried to convert the string to a an embedding
808+
vector.
809+
(:eql:gh:`#8521`)
810+
811+
* Add Ollama support.
812+
(:eql:gh:`#8646`)
813+
814+
Fixes
815+
-----
816+
817+
* Fix wrong values for multi links in triggers and some other places
818+
(:eql:gh:`#8615`)
819+
820+
* Fix ``SET GLOBAL`` when right hand side needs to use access policies
821+
(:eql:gh:`#8619`)
822+
823+
* Fix proto hang running script after setting ``default_transaction_*``
824+
(:eql:gh:`#8623`)
825+
826+
* Avoid hanging onto Schema objects with lru_caches
827+
(:eql:gh:`#8628`)
828+
829+
* Enable queries with server param conversions to be cached.
830+
(:eql:gh:`#8598`)
831+
832+
* Fix ISE when with binding in dml function contains a set function/operator
833+
(:eql:gh:`#8634`)
834+
835+
* Only run the net worker query when DML has happened on the branch
836+
(:eql:gh:`#8637`)
837+
838+
* Fix our optimization for skipping optional checks based on card inference
839+
(:eql:gh:`#8647`)
840+
841+
* Try to optimize away a per-object check in access policies
842+
(:eql:gh:`#8650`)
843+
844+
* Fix access policies warnings when ``future warn_old_scoping`` exists
845+
(:eql:gh:`#8643`)
846+
847+
* Fix some object-returning functions when using ``future warn_old_scoping``
848+
(:eql:gh:`#8653`)
849+
850+
* server: add cached branch limit to the compiler pool
851+
(:eql:gh:`#8621`)
852+
853+
* server: add ``--compiler-worker-max-rss``
854+
(:eql:gh:`#8627`)
855+
856+
* server: add more compiler pool metrics
857+
(:eql:gh:`#8655`)
858+
859+
* compiler server: add envvar to click options
860+
(:eql:gh:`#8666`)
861+
862+
* Start invalidating evicted cache entries on other frontends
863+
(:eql:gh:`#8638`)
864+
865+
* Fix error when using computed pointer in ai index.
866+
(:eql:gh:`#8663`)
867+
868+
* Fix a bug in COPY with inheritance over SQL adapter
869+
(:eql:gh:`#8668`)
870+
871+
* Fix exponential time (in inheritance depth) migrations when altering things
872+
(:eql:gh:`#8671`)

0 commit comments

Comments
 (0)