Add support for extract() for time with time zone values with precision other than 3. (#5539)
Add dynamic filtering support for right joins. (#5555)
Add support for catalog session properties to the file and database backed session property managers. (#5330)
Improve query scalability by increasing the default broadcast join buffer size to 200MB.
Broadcast join buffer size can be set using the sink.max-broadcast-buffer-size configuration property. (#5551)
Improve query performance by allowing larger dynamic filters. (#5529)
Improve performance for join queries where join keys are not of the same type. (#5461)
Improve performance of encrypted spilling. (#5557)
Improve performance of queries that use the decimal type. (#5181)
Add support for JSON Web Key (JWK) to the existing JSON Web Token (JWT) authenticator. This is enabled by
setting the jwt.key-file configuration property to a http or https url. (#5419)
Add column security, column mask and row filter to file-based access controls. (#5460)
Enforce access control for column references in USING clause. (#5620)