Changelog
This changelog includes significant changes to Fauna v10.
2024 releases
November 15, 2024
-
Introduces the .NET sample app.
November 14, 2024
-
Releases v1.0.0 of the JVM client driver. The JVM driver is now GA.
-
Adds Event Feeds support to the JVM client driver.
To use Event Feeds, you must have a Pro or Enterprise plan.
November 13, 2024
-
Releases v1.0.0 of the .NET/C# client driver. The .NET/C# driver is now GA.
-
Adds Event Feeds support to the:
To use Event Feeds, you must have a Pro or Enterprise plan.
November 4, 2024
-
Adds Event Feeds support to the JavaScript client driver.
To use Event Feeds, you must have a Pro or Enterprise plan.
October 23, 2024
-
Re-labels event streams and event stream tokens as event sources. Event sources emit events for tracked changes to a database. You can consume event sources as asynchronous Event Feeds or real-time Event Streams.
To use Event Feeds, you must have a Pro or Enterprise plan.
-
Introduces the
set.eventSource()
andset.eventsOn()
FQL methods. You can append the methods to a supported Set to get an event source.set.eventSource()
andset.eventsOn()
replace the respectiveset.toStream()
andset.changesOn()
methods, which are now deprecated. -
Adds the
feed()
method and relatedFeedOptions
class to the Python client driver. You can usefeed()
andFeedOptions
to consume Event Feeds .feed()
andFeedOptions
replace thechange_feed()
method andChangeFeedOptions
class respectively.
October 16, 2024
-
Document types and zero-downtime schema migrations are now GA. The features were previously in beta.
October 15, 2024
-
Releases v3.0.0 of the Fauna CLI. The release adds support for staged schema changes, which is now the default for the
fauna schema push
command.A staged schema change lets you change one or more collection schema without index downtime due to index builds.
For more information, see the Fauna CLI’s v3.0.0 release notes.
October 10, 2024
-
Adds Event Streaming support to the .NET/C# client driver .
October 2, 2024
-
Introduces Event Feeds in beta. To use Event Feeds, you must have a Pro or Enterprise plan.
-
Adds Event Feeds support to the Python client driver.
September 12, 2024
-
Introduces the Datadog integration. The integration sends Fauna Logs for databases or Region Groups you select to Datadog in near real time.
September 11, 2024
-
Moves the JVM client driver from public alpha to public beta.
-
Adds Event Streaming support to the JVM client driver .
-
Introduces the Java sample app.
August 30, 2024
-
Introduces the Fauna integration for Cloudflare. The integration lets you connect and query a Fauna database from a Cloudflare Worker.
August 7, 2024
-
Introduces the JVM client driver in public alpha.
June 18, 2024
-
Introduces document types and zero-downtime schema migrations in public beta.
-
If a database contains a collection with field definitions , document field types are now strictly type-checked. For example, the
id
metadata field now returns an ID instead of Any.If the database previously had static typing disabled, this change may cause errors when you next attempt to update collection schema. To resolve the issues, fix any related type-checking errors that appear. See Static typing.
May 20, 2024
-
Event Streaming is now GA. The feature was previously in beta.
-
Adds Event Streaming support to the following Fauna drivers:
April 18, 2024
-
Introduces document types and zero-downtime migrations in alpha. The features are only available through an early access program.
March 26, 2024
-
Introduces Event Streaming in public beta.
-
Adds Event Streaming support to beta versions of following Fauna drivers:
February 1, 2024
-
Check constraints and computed fields are now GA.
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!