Skip to content

chore: version packages#40

Merged
AbianS merged 1 commit intomainfrom
changeset-release/main
Mar 9, 2026
Merged

chore: version packages#40
AbianS merged 1 commit intomainfrom
changeset-release/main

Conversation

@AbianS
Copy link
Owner

@AbianS AbianS commented Mar 9, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@rustrak/server@0.2.0

Minor Changes

  • #39 447596b Thanks @kervel! - SQLite is now the default database backend

    BREAKING CHANGE: The latest Docker image now uses SQLite instead of PostgreSQL.

    If you are using abians7/rustrak-server:latest with PostgreSQL, update your image tag:

    # Before
    image: abians7/rustrak-server:latest
    
    # After
    image: abians7/rustrak-server:postgres

    No data migration required — only the image tag changes.

    New: SQLite support with zero configuration. No DATABASE_URL needed — data is stored automatically at /data/rustrak.db inside the container. Mount a volume at /data to persist data.

    Docker Hub now publishes two variants per release:

    • latest / vX.Y.Z → SQLite (default, no external database)
    • postgres / vX.Y.Z-postgres → PostgreSQL

    New "Database Backends" documentation page with SQLite vs PostgreSQL comparison, Docker Compose examples, and backup strategies.

docs@0.1.10

Patch Changes

  • #39 447596b Thanks @kervel! - SQLite is now the default database backend

    BREAKING CHANGE: The latest Docker image now uses SQLite instead of PostgreSQL.

    If you are using abians7/rustrak-server:latest with PostgreSQL, update your image tag:

    # Before
    image: abians7/rustrak-server:latest
    
    # After
    image: abians7/rustrak-server:postgres

    No data migration required — only the image tag changes.

    New: SQLite support with zero configuration. No DATABASE_URL needed — data is stored automatically at /data/rustrak.db inside the container. Mount a volume at /data to persist data.

    Docker Hub now publishes two variants per release:

    • latest / vX.Y.Z → SQLite (default, no external database)
    • postgres / vX.Y.Z-postgres → PostgreSQL

    New "Database Backends" documentation page with SQLite vs PostgreSQL comparison, Docker Compose examples, and backup strategies.

Summary by CodeRabbit

  • New Features

    • Added Database Backends documentation page with SQLite vs PostgreSQL comparison and Docker Compose examples.
  • Documentation

    • Updated release notes for database backend migration and Docker image variants.
  • Chores

    • Version bumps: docs to 0.1.10, server to 0.2.0.

@coderabbitai
Copy link

coderabbitai bot commented Mar 9, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 30621a00-2a8a-4bbc-bd47-6e949f24c56a

📥 Commits

Reviewing files that changed from the base of the PR and between 6d958dc and 95478cd.

📒 Files selected for processing (5)
  • .changeset/busy-files-throw.md
  • apps/docs/CHANGELOG.md
  • apps/docs/package.json
  • apps/server/CHANGELOG.md
  • apps/server/package.json

Walkthrough

This PR consolidates the database backend migration by removing the corresponding changeset file and publishing the changes through updated version numbers and changelog entries for both the docs and server packages, documenting SQLite as the new default database backend.

Changes

Cohort / File(s) Summary
Release Notes
apps/docs/CHANGELOG.md, apps/server/CHANGELOG.md
Added version entries (0.1.10 and 0.2.0) documenting SQLite as the default database backend, Docker image variants, and reference to new "Database Backends" documentation page.
Package Versions
apps/docs/package.json, apps/server/package.json
Bumped version numbers from 0.1.9 to 0.1.10 (docs) and 0.1.4 to 0.2.0 (server).
Changeset Cleanup
.changeset/busy-files-throw.md
Removed changeset file that documented the database backend migration details.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

  • chore: update version #34: Involves version bumps and changelog updates for the same packages (docs and server), suggesting coordinated release management.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AbianS AbianS merged commit 5e21565 into main Mar 9, 2026
1 of 2 checks passed
@AbianS AbianS deleted the changeset-release/main branch March 9, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant