Skip to content

ci(release)!: v2#11

Merged
dargmuesli merged 27 commits intomainfrom
beta
Apr 2, 2026
Merged

ci(release)!: v2#11
dargmuesli merged 27 commits intomainfrom
beta

Conversation

@dargmuesli
Copy link
Copy Markdown
Member

dargmuesli and others added 4 commits February 20, 2026 05:00
feat(postgraphile)!: upgrade to v5
## [2.0.0-beta.1](1.0.19...2.0.0-beta.1) (2026-02-20)

### ⚠ BREAKING CHANGES

* **postgraphile:** upgrade to v5

### Features

* **postgraphile:** upgrade to v5 ([892c80b](892c80b))
@dargmuesli dargmuesli changed the title ci(release): v10 ci(release)!: v10 Feb 20, 2026
@dargmuesli dargmuesli changed the title ci(release)!: v10 ci(release)!: v2 Feb 20, 2026
dargmuesli and others added 2 commits February 20, 2026 08:37
## [2.0.0-beta.2](2.0.0-beta.1...2.0.0-beta.2) (2026-02-20)

### Bug Fixes

* **postgres:** readd connection string ([f3f7d82](f3f7d82))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.0-beta.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dargmuesli and others added 2 commits February 24, 2026 03:45
## [2.0.0-beta.3](2.0.0-beta.2...2.0.0-beta.3) (2026-02-24)

### Bug Fixes

* **postgis:** update plugin with geojson/srid fix ([59bf0c5](59bf0c5))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.0-beta.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dargmuesli and others added 2 commits February 24, 2026 10:50
## [2.0.0-beta.4](2.0.0-beta.3...2.0.0-beta.4) (2026-02-26)

### Bug Fixes

* **grafast:** correct context claim value encoding ([369cfe9](369cfe9))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.0-beta.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modernizes the container/image setup around PostGraphile v5 by introducing a TypeScript-based Graphile preset, JWT-aware request context, and updated tooling (pnpm, ESLint/Prettier, TS config) to support a v2 release line.

Changes:

  • Add Graphile v5 preset/config with JWT verification and masked error shaping.
  • Introduce TypeScript + ESLint/Prettier configuration and pnpm-based dependency management.
  • Rework Dockerfile into a multi-stage build with separate lint/build/production stages and a runtime entrypoint.

Reviewed changes

Copilot reviewed 13 out of 17 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
Dockerfile New multi-stage build for dev/lint/build/prod PostGraphile image.
docker-entrypoint.sh Loads env vars from /run/environment-variables and installs deps in non-prod.
src/graphile.config.ts Defines the PostGraphile v5 preset (services, JWT signing options, dev flags).
src/graphile.ts Implements Grafast context JWT verification + Grafserv error masking.
src/environment.ts Adds helper to validate required environment variables.
eslint.config.ts Adds ESLint flat config integrating TS + JSON + Prettier.
tsconfig.json Adds strict TypeScript compiler options for the project.
package.json Defines deps/scripts/tooling for pnpm/TypeScript/ESLint-based workflow.
pnpm-lock.yaml Locks dependency graph for pnpm.
graphile-postgis-v0.2.0.tgz Bundles a local @graphile/postgis plugin tarball dependency.
.prettierrc.json Enables Prettier config (single quotes, no semicolons).
.gitignore / .dockerignore Ignores node_modules and .eslintcache.
.vscode/* Updates editor defaults and recommended extensions.
.renovaterc.json Tweaks Renovate config inheritance.
CHANGELOG.md Updates changelog entries for 2.0.0-beta.* releases.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.0-beta.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dargmuesli and others added 2 commits March 14, 2026 07:05
## [2.0.0-beta.6](2.0.0-beta.5...2.0.0-beta.6) (2026-03-14)

### ⚠ BREAKING CHANGES

* **jwt:** use ecdsa key

### Features

* **jwt:** use ecdsa key ([65b70d1](65b70d1))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.0-beta.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.0-beta.7 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dargmuesli and others added 3 commits April 2, 2026 23:21
## [2.0.0-beta.8](2.0.0-beta.7...2.0.0-beta.8) (2026-04-02)

### Bug Fixes

* **ci:** update package version ([2cee61d](2cee61d))
* **docker:** streamline entrypoint ([652fd00](652fd00))
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.0-beta.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 14 out of 18 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.0-beta.9 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@dargmuesli dargmuesli marked this pull request as ready for review April 2, 2026 22:26
@dargmuesli dargmuesli merged commit 5c7d5ee into main Apr 2, 2026
5 checks passed
@dargmuesli dargmuesli deleted the beta branch April 2, 2026 22:27
@maevsi-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants