Gabriel Kaszewski GKaszewski
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 21:33:23 +00:00
650baf0d0f chore: update dependencies and refine feature configurations for tower-sessions and async-nats
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 21:30:54 +00:00
4500b4ecbc feat: update dependencies and enhance configuration loading for CORS support
GKaszewski pushed to master at GKaszewski/k-notes 2026-01-02 14:17:48 +00:00
ede9567e09 feat: Upgrade k-core dependency to version 0.1.10, refactor message broker and embedding components, and enhance session store integration
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 13:58:17 +00:00
7a72f5f54a feat: bump version to 0.1.10 and update tokio dependency
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 13:57:17 +00:00
9e1778418d feat: bump version to 0.1.9 and update database connection handling
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 13:56:18 +00:00
576594f1c7 feat: bump version to 0.1.8 and update FastEmbedAdapter constructor return type
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 13:53:43 +00:00
f1b163040c feat: bump version to 0.1.7 and add futures-core and futures-util dependencies
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 13:35:15 +00:00
af76a66786 feat: bump version to 0.1.6 and add new features
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 12:55:27 +00:00
197486d12b chore: update .dockerignore and .gitignore to include *.db and .env files
GKaszewski pushed to master at GKaszewski/k-notes 2026-01-02 12:54:00 +00:00
1be64bb578 feat: Update dependencies and integrate k-core for database management
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 12:45:57 +00:00
667cae596c Bump version to 0.1.5 and add database pool accessors for SQLite and Postgres
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 12:40:46 +00:00
c70a1eb443 Bump version to 0.1.4 and improve DatabaseConfig default implementation
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 12:30:30 +00:00
c783323b69 Bump version to 0.1.3 and enhance DatabaseConfig with min_connections and new methods
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 12:14:25 +00:00
61202c5969 chore: remove sqlx dependency from Cargo.toml and Cargo.lock
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 12:07:48 +00:00
ff40174734 fix: correct paths for conditional dependencies in cargo-generate.toml
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 12:07:12 +00:00
1d141c7a97 feat(api): implement user authentication and registration endpoints
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 05:06:05 +00:00
7dbdf3f00b chore: remove post-generation hook from cargo-generate.toml
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 04:56:34 +00:00
d916218703 feat: Add Dockerfile for containerization and implement database migrations for both SQLite and Postgres.
GKaszewski pushed to master at GKaszewski/k-core 2026-01-02 04:55:16 +00:00
3772721cdf Bump version to 0.1.2 and refactor database connection handling
GKaszewski pushed to master at GKaszewski/k-template 2026-01-02 04:47:53 +00:00
c1c42f4fd9 feat: Add initial PostgreSQL migration, refactor database connection to k_core, and simplify session store setup.