ci: tag release v2.3.0-beta.2 and v2.3.0-beta.2-pro.1

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3756
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: d93845719f1c0e7318453da296a7fb6b2a2f3e74
This commit is contained in:
Vishnu Bharathi 2022-02-22 18:42:15 +05:30 committed by hasura-bot
parent 0fad2485f3
commit 0e988bcbf4
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,10 @@
- server: improve baseline memory consumption for typical workloads
- server: fix parsing timestamp values in BigQuery backends (fix #8076)
## v2.3.0-beta.2
- server: fix issues working with read-only DBs by reverting the need for storing required SQL functions in a `hdb_lib` schema in the user's DB
## v2.3.0-beta.1
### Experimental SQL optimizations

View File

@ -65,3 +65,4 @@ v2.1.0 47
v2.1.1 47
v2.2.0 47
v2.3.0-beta.1 47
v2.3.0-beta.2 47