Skip to content

Commit 732a3f7

Browse files
Update 7.x changelog (#9112)
Co-authored-by: Aljaž Mur Eržen <aljaz@erzen.si>
1 parent 1a76959 commit 732a3f7

File tree

1 file changed

+76
-5
lines changed

1 file changed

+76
-5
lines changed

docs/resources/changelog/7_x.rst

Lines changed: 76 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ automatically suggested:
1010

1111
.. code-block:: bash
1212
13-
$ gel project init --server-version 7.0-rc.3
13+
$ gel project init --server-version 7.0
1414
1515
1616
Upgrading
@@ -261,6 +261,26 @@ Other features
261261
* One-time code implementation for ``ext::auth``
262262
(:eql:gh:`#8905`)
263263

264+
* Add ``math::exp`` and ``math::e``
265+
(:eql:gh:`#8982`)
266+
267+
* Support ``FOR OPTIONAL`` as a "semi-undocumented" feature
268+
(:eql:gh:`#8991`)
269+
270+
* Add support for max batch size to AI embedding models.
271+
(:eql:gh:`#9040`)
272+
273+
* Add a ``.?>link`` operator to dereference link while suppressing "hidden by policy"
274+
(:eql:gh:`#9101`)
275+
276+
* Configurable query cache size
277+
(:eql:gh:`#9104`)
278+
279+
* Add Discord OAuth ``prompt`` parameter with default
280+
(:eql:gh:`#9111`)
281+
282+
* Support specifying session configs in http and graphql endpoints
283+
(:eql:gh:`#9110`)
264284

265285

266286
Additional changes
@@ -307,18 +327,69 @@ Fixes
307327
* Add ``std::identifier`` annotations to abstract operators
308328
(:eql:gh:`#8862`)
309329

330+
* Fix modifying and dropping inherited AI indexes
331+
(:eql:gh:`#9041`)
332+
333+
* Fix some issues with overloading AI and FTS indexes
334+
(:eql:gh:`#9049`)
335+
336+
* Fix /rag on subtypes
337+
(:eql:gh:`#9044`)
338+
339+
* Make SET REQUIRED USING (...) work on link properties
340+
(:eql:gh:`#9015`)
341+
342+
* Fix OTC flow for built-in auth UI
343+
(:eql:gh:`#8913`)
344+
345+
* Loosen Magic Code register/email data requirements
346+
(:eql:gh:`#9000`)
347+
348+
* Fix missing return_data in no email found case
349+
(:eql:gh:`#9004`)
350+
351+
* Fix inplace upgrade when ``auth`` is being used
352+
(:eql:gh:`#9008`)
353+
354+
* Allow Magic Link sign in to register new user
355+
(:eql:gh:`#9007`)
356+
357+
* Return json from magic code authenticate endpoint if no callback_url is given
358+
(:eql:gh:`#9012`)
359+
360+
* Return identity_id when registering new Magic Link
361+
(:eql:gh:`#9039`)
362+
363+
* Fix in-place upgrade repairs
364+
(:eql:gh:`#9073`)
365+
366+
* Fix creating branch when a schema has nested arrays
367+
(:eql:gh:`#9074`)
368+
369+
* Check for explicit id write presence in a slightly more resilient way
370+
(:eql:gh:`#9090`)
371+
372+
* Fix work_mem setting over SQL adapter
373+
(:eql:gh:`#9094`)
374+
375+
* Fix applying type intersection to aliases and iterators
376+
(:eql:gh:`#9096`)
377+
378+
* Fix an interaction between aliases and optional globals with a default
379+
(:eql:gh:`#9109`)
380+
310381

311382
Other
312383
-----
313384

314-
* Warn on START MIGRATION if no scoping future is present
315-
(:eql:gh:`#8896`)
316-
317385
* Add ``apply_access_policies_pg_default`` flag to ``Role``
318386
(:eql:gh:`#8918`)
319387

320-
* Expose 'protected' on schema::Property
388+
* Expose ``protected`` on ``schema::Property``
321389
(:eql:gh:`#8930`)
322390

323391
* Retry serialization errors that occur internal to the auth extension.
324392
(:eql:gh:`#8942`)
393+
394+
* Make indexes get hit more when ordering by something with exclusive constraint
395+
(:eql:gh:`#9080`)

0 commit comments

Comments
 (0)