Wolfgang Walther
ec83d08be6
bump version to 12.2.7
v12.2.7
2025-02-03 18:38:41 +01:00
Diogo Biazus and Wolfgang Walther
c026d0752f
fix: Fix regression for schema cache reloading via NOTIFY on Windows
...
Upstream accidentally removed the fix, which was introduced for #2524 . Fixed again.
(cherry picked from commit b285f5fba6 )
2025-02-03 18:35:24 +01:00
steve-chavez
dc96cdb0c3
bump version to 12.2.6
v12.2.6
2025-01-29 15:22:22 -05:00
Taimoor Zaeem and steve-chavez
89be285e6a
fix: jwt cache is not purged ( #3801 )
2025-01-29 15:14:05 -05:00
renovate[bot] and Wolfgang Walther
c6b4fca160
chore(deps): update codecov/codecov-action action to v5.3.1
2025-01-25 12:01:21 +01:00
renovate[bot] and Wolfgang Walther
31cccd3264
chore(deps): update codecov/codecov-action action to v5.3.0
2025-01-25 11:12:46 +01:00
Wolfgang Walther
0bec15fb71
bump version to 12.2.5
v12.2.5
2025-01-20 18:24:51 +01:00
Wolfgang Walther
cc22da5a02
fix: Make postgrest binary in arm64 docker image executable
...
This happened in 06aebfaa and caused the arm64 docker image to not start
up properly.
Resolves #3867
2025-01-20 18:24:06 +01:00
Wolfgang Walther
4d477d6e12
bump version to 12.2.4
v12.2.4
2025-01-18 19:01:16 +01:00
Wolfgang Walther
aff2a78aac
Revert "ci: Remove brew install libpq for macos-14 stack build"
...
This partially reverts commit 53164453d8 .
2025-01-18 19:01:16 +01:00
Wolfgang Walther
868f4a066b
ci: Fix stack cache on Windows
...
Apparently the STACK_ROOT has been moved to C:\sr - for unknown reasons,
at least to me.
This should enable caching again and make the stack on windows builds
much faster than recently.
2025-01-18 17:54:42 +01:00
Wolfgang Walther
2c04b98dd9
ci: Split ci into ci and release workflows
...
This is now possible, after we moved to the ARM build to the GitHub
runners.
2025-01-18 17:54:42 +01:00
Wolfgang Walther
71c73b20ca
ci: Remove left-over permissions setting from tag job
...
This has been replaced by using the SSH key.
2025-01-18 17:54:42 +01:00
Wolfgang Walther
0160b6f370
ci: Display loadtest results in step summary
...
Much easier to implement and should be easier to find, too.
2025-01-18 17:54:42 +01:00
Wolfgang Walther
038c05447a
ci: Build the ubuntu-aarch64 binary with new ARM runners
...
The new GitHub arm runners are available, so we can use them to build
the ubuntu aarch64 binary instead of our custom machine.
2025-01-18 17:54:42 +01:00
Wolfgang Walther
5d5ee71dce
ci: Skip cachix push when no cachix token is set
...
This happens in forks.
2025-01-18 17:54:42 +01:00
Wolfgang Walther
f09b4f4b7d
ci: Remove brew install libpq for macos-14 stack build
...
When macos-14 was rolled out libpq was not installed, but by now it is
by default. Thus, we don't need to do that, it only creates a warning
annotation right now.
2025-01-18 17:54:42 +01:00
Wolfgang Walther
d3f9de528c
ci: Fix release name of x86-64 binaries
...
This should have been x86-64, only x64 is not a thing.
2025-01-18 17:54:42 +01:00
Wolfgang Walther
c3f88d7a1d
ci: Fix release name of macos binary
...
This is built on macos-14, which is running on new arm based hardware,
not the old x86_64 ones.
2025-01-18 17:54:42 +01:00
Wolfgang Walther
164e6a601f
ci: Update stack builder to ubuntu 24.04
...
Renovate doesn't seem to pick this up, because it's in a matrix
specification.
2025-01-18 17:54:42 +01:00
Andrei Dziahel and Wolfgang Walther
c135a30515
ci: drop directories from windows release
...
Puts windows release in line with others which have the executable on the top level
2025-01-18 17:54:32 +01:00
renovate[bot] and Wolfgang Walther
7515eb5490
chore(deps): update all dependencies
2025-01-17 20:59:24 +01:00
renovate[bot] and Wolfgang Walther
629b57337c
chore(deps): update haskell-actions/setup action to v2.7.8
2024-12-30 16:31:53 +01:00
M. Taimoor Zaeem and Wolfgang Walther
9fcbf994cb
fix: insert with missing=default uses column default before using domain default
2024-12-25 11:43:34 +01:00
renovate[bot] and Wolfgang Walther
7b9027ea0a
chore(deps): update all dependencies
2024-12-20 20:00:36 +01:00
renovate[bot] and Wolfgang Walther
0a7ae1815c
chore(deps): update dependency macos to v14
2024-12-18 13:52:31 +01:00
renovate[bot] and Wolfgang Walther
06014047cb
chore(deps): update actions/upload-artifact action to v4.5.0
2024-12-18 12:56:42 +01:00
renovate[bot] and Wolfgang Walther
7feb755521
chore(deps): update all dependencies
2024-12-06 09:48:27 +01:00
renovate[bot] and Wolfgang Walther
a0e7c4f591
chore(deps): update ubuntu:noble docker digest to 80dd3c3
2024-12-04 08:45:16 +01:00
renovate[bot] and Wolfgang Walther
572f24901e
chore(deps): update codecov/codecov-action action to v5.0.7
2024-11-21 21:26:15 +01:00
renovate[bot] and Wolfgang Walther
1e599a2319
chore(deps): update codecov/codecov-action action to v5.0.5
2024-11-20 19:36:28 +01:00
steve-chavez and Wolfgang Walther
4e9601d155
fix: always show schema cache load time
...
It used to be that this was only enabled with log-level=debug.
But the default log-level is misleading, for example:
```
$ PGRST_DB_SCHEMAS="apflora" postgrest-with-postgresql-16 -f test/io/big_schema.sql postgrest-run
...
13/Nov/2024:22:08:20 -0500: Config reloaded
13/Nov/2024:22:08:20 -0500: Schema cache queried in 36.3 milliseconds
13/Nov/2024:22:08:20 -0500: Schema cache loaded 326 Relations, 305 Relationships, 7 Functions, 0 Domain Representations, 4 Media Type Handlers, 1194 Timezones
```
The "Schema cache loaded" can take a while to appear, yet the 22:08:20
time is the same. If we reveal the load time this is clarified:
```
13/Nov/2024:22:08:37 -0500: Schema cache loaded in 16770.1 milliseconds
```
2024-11-16 22:41:44 +01:00
renovate[bot] and Wolfgang Walther
53ce2df33a
chore(deps): update ubuntu:noble docker digest to 278628f
2024-11-16 22:41:14 +01:00
Laurence Isla and Wolfgang Walther
c7152787b9
docs: clarify usage of upsert with surrogate primary keys
2024-11-16 13:16:35 +01:00
renovate[bot] and Wolfgang Walther
4d4f93da40
chore(deps): update codecov/codecov-action action to v5.0.2
2024-11-15 18:54:10 +01:00
renovate[bot] and Wolfgang Walther
cb22931015
chore(deps): update codecov/codecov-action action to v5
2024-11-14 19:39:58 +01:00
renovate[bot] and Wolfgang Walther
4cc09c6b42
chore(deps): update all dependencies
2024-11-06 19:43:33 +01:00
Wolfgang Walther and Wolfgang Walther
3379ee3483
chore(deps): Update nixpkgs to unstable 2024-05-29
...
This makes actionlint happy about the new ubuntu runners.
2024-11-06 17:35:55 +01:00
Wolfgang Walther
fc7f715aeb
ci: Update cirrus' freebsd image to 14.1
...
This should fix CI which is failing lately like this:
https://cirrus-ci.com/task/4665005218463744
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.8 required by
/usr/local/bin/stack not found
2024-10-26 14:52:13 +02:00
renovate[bot] and Wolfgang Walther
ec568efd06
chore(deps): update all dependencies
2024-10-24 05:10:55 +02:00
Wolfgang Walther
5b755b2877
docs: Remove broken link
...
https://github.com/PostgREST/postgrest/actions/runs/11136795565/job/30949162312
2024-10-04 16:02:33 +02:00
renovate[bot] and Wolfgang Walther
f1453f3c37
chore(deps): update ubuntu:noble docker digest to dfc1087
2024-09-18 20:01:57 +02:00
renovate[bot] and Wolfgang Walther
9100ba3b70
chore(deps): update dependency urllib3 to v2.2.3
2024-09-12 21:01:08 +02:00
renovate[bot] and Wolfgang Walther
6fe82d9e94
chore(deps): update actions/upload-artifact action to v4.4.0
2024-09-04 13:29:55 +02:00
Jason Close and GitHub
1fff248c78
docs: rpc example for array of json objects
...
This change adds an explanation of how to handle an array of JSON objects within an RPC call. To pass multiple objects, an array of JSON objects must be the JSON value, with the key being the json or jsonb variable name of the Postgres function.
For people who want to perform multiple tasks/inserts/updates within a single API call, this is a needed explanation for that use-case.
2024-08-23 13:00:19 -05:00
renovate[bot] and Wolfgang Walther
f5264c5aa3
chore(deps): update ubuntu:noble docker digest to 8a37d68
2024-08-18 14:04:26 +02:00
renovate[bot] and Laurence Isla
5de55ea141
chore(deps): update all dependencies
2024-08-13 13:25:12 -05:00
renovate[bot] and Wolfgang Walther
1ef83d3732
chore(deps): update actions/upload-artifact action to v4.3.5
2024-08-02 21:07:44 +02:00
Laurence Isla
519615d5fb
bump version to 12.2.3
v12.2.3
2024-08-01 11:46:52 -05:00
Laurence Isla
de5a8954b2
changelog: add missing entry for 3670
2024-08-01 11:18:15 -05:00