Compare commits

..

12 Commits

Author SHA1 Message Date
David Barroso
bd04e5442d Merge branch 'lib' of github.com:nhost/nhost into lib 2025-11-04 13:20:30 +01:00
David Barroso
a5fb73954b asd 2025-11-04 13:20:12 +01:00
David Barroso
9ac74fc0bb Merge branch 'main' into lib 2025-11-04 13:09:04 +01:00
David Barroso
c27dbdc8aa asd 2025-11-04 11:13:45 +01:00
David Barroso
bc14fb67a7 sad 2025-11-04 10:54:26 +01:00
David Barroso
fbbda53643 Merge branch 'main' of github.com:nhost/nhost into lib 2025-11-04 10:34:36 +01:00
David Barroso
42db1e59ac asd 2025-11-04 10:26:09 +01:00
David Barroso
c866650281 asd 2025-11-04 10:14:47 +01:00
David Barroso
fe40d1f4f5 feat(auth): extractasd 2025-11-04 09:26:38 +01:00
David Barroso
8bed2393c3 asd 2025-11-03 14:47:35 +01:00
David Barroso
d150463b0b sad 2025-11-03 14:36:24 +01:00
David Barroso
b97e2b4d92 asd 2025-11-02 10:54:14 +01:00
4 changed files with 1 additions and 53 deletions

View File

@@ -40,7 +40,7 @@ jobs:
cd ${{ matrix.project }}
TAG_NAME=$(make release-tag-name)
VERSION=$(nix develop .\#cliff -c make changelog-next-version)
if git tag | grep -qx "$TAG_NAME@$VERSION"; then
if git tag | grep -q "$TAG_NAME@$VERSION"; then
echo "Tag $TAG_NAME@$VERSION already exists, skipping release preparation"
else
echo "Tag $TAG_NAME@$VERSION does not exist, proceeding with release preparation"

View File

@@ -1,24 +1,3 @@
## [@nhost/nhost-js@4.1.0] - 2025-11-04
### 🚀 Features
- *(nhost-js)* Added pushChainFunction to functions and graphql clients (#3610)
- *(nhost-js)* Added various middlewares to work with headers and customizable createNhostClient (#3612)
- *(auth)* Added endpoints to retrieve and refresh oauth2 providers' tokens (#3614)
### 🐛 Bug Fixes
- *(dashboard)* Run audit and lint in dashboard (#3578)
- *(nhost-js)* Improvements to Session guard to avoid conflict with ProviderSession (#3662)
### ⚙️ Miscellaneous Tasks
- *(nhost-js)* Generate code from local API definitions (#3583)
- *(docs)* Udpated README.md and CONTRIBUTING.md (#3587)
- *(nhost-js)* Regenerate types (#3648)
# Changelog
All notable changes to this project will be documented in this file.

View File

@@ -1,23 +1,3 @@
## [auth@0.43.0] - 2025-11-04
### 🚀 Features
- *(auth)* Encrypt TOTP secret (#3619)
- *(auth)* Added endpoints to retrieve and refresh oauth2 providers' tokens (#3614)
- *(auth)* If the callback state is wrong send back to the redirectTo as provider_state (#3649)
- *(internal/lib)* Common oapi middleware for go services (#3663)
### 🐛 Bug Fixes
- *(auth)* Dont mutate client URL (#3660)
### ⚙️ Miscellaneous Tasks
- *(docs)* Fix broken link in openapi spec and minor mistakes in postmark integration info (#3621)
- *(nixops)* Bump go to 1.25.3 and nixpkgs due to CVEs (#3652)
# Changelog
All notable changes to this project will be documented in this file.

View File

@@ -1,14 +1,3 @@
## [storage@0.9.0] - 2025-11-04
### 🚀 Features
- *(internal/lib)* Common oapi middleware for go services (#3663)
### ⚙️ Miscellaneous Tasks
- *(nixops)* Bump go to 1.25.3 and nixpkgs due to CVEs (#3652)
# Changelog
All notable changes to this project will be documented in this file.