Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Databases

2 items on 10 Jul 2026
MongoDB GitHub

mongodb/mongo-go-driver: MongoDB Go Driver 2.8.0

The MongoDB Go Driver Team is pleased to release version 2.8.0 of the official MongoDB Go Driver. Release Highlights This release supports the general availability of Queryable Encryption string queries. The query types…

Source: Mongo Go Driver Releases mongodb-dbx-release-bot[bot]
Rust GitHub Databases

diesel-rs/diesel: Diesel 2.3.11

Fixes Fixed several potential panics in PostgreSQL (de)serialization code Fixed using .load() batch inserts and returning clauses on the SQLite backend Harden usage of SqliteConnection::deserialize_read_only_database()…

Source: diesel Releases weiznich