Skip to content
TILens What matters today in tech
Theme

Daily edition

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

22 Feb 2024 edition
PostgreSQL GitHub

pgbouncer/pgbouncer: PgBouncer 1.22.0

2024-01-31 - PgBouncer 1.22.0 - "DEALLOCATE ALL" Features Adds support for DEALLOCATE ALL and DISCARD ALL when max_prepared_statements is set to a non-zero value (normal DEALLOCATE is still unsupported) (#972) Support…

Source: pgBouncer Releases JelteF
Python

#450: Versioning Web APIs in Python

You've built an awesome set of APIs and you have a wide array of devices and clients using them. Then you need to upgrade an end point or change them in a meaningful way. Now what? That's the conversation I dive into…

Source: Talk Python To Me Michael Kennedy (@mkennedy)