Skip to content

Commit 5ff79f3

Browse files
MohsinHashmi-DataInnmohsin-wiserclaude
authored
feat: upgrade postgresql from 16 to 18 (#380)
* fix: suppress act() warnings and unhandled rejections in tests Configure testing-library for React 18+ and suppress harmless act() warnings that occur due to async state updates completing after test cleanup. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat: upgrade postgresql from 16 to 18 Upgrade devcontainer database to PostgreSQL 18.1 (released Sept 2025). Key benefits: - 3x performance with new Async I/O subsystem - UUIDv7 function for timestamp-ordered UUIDs - Virtual generated columns - Skip scan on multicolumn B-tree indexes - OAuth 2.0 authentication support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ea209d6 commit 5ff79f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- redis
3232

3333
db:
34-
image: postgres:16-alpine
34+
image: postgres:18-alpine
3535
hostname: simpleaccounts-dev
3636
restart: unless-stopped
3737
volumes:

0 commit comments

Comments
 (0)