Laurence Isla
97b6022f5a
bump version to 13.0.2
v13.0.2
2025-06-02 14:18:26 -05:00
Laurence Isla
c413833ec8
fix: regression that makes order by with nulls order not work alongside limits
2025-06-02 14:17:35 -05:00
steve-chavez
dee7d6f39c
bump version to 13.0.1
v13.0.1
2025-06-01 08:10:43 -05:00
Thilo Hohlt and Wolfgang Walther
6fb8077950
Update ecosystem.rst
...
The repository has been moved from a dedicated organisation to my personal profile, so this old link will no longer work after 90 days.
2025-05-31 13:50:41 +02:00
steve-chavez
d4f82919f7
docs: external authentication page in explanations
...
- Move page from External JWT generation
2025-05-30 18:08:40 -05:00
steve-chavez
610a8be9c4
docs: move jwt using SSL to tutorial 1
...
Removes jwt.io example in favor of a bash script
2025-05-30 18:08:34 -05:00
Taimoor Zaeem and Wolfgang Walther
ba42e4610a
fix: log db-schemas and db-extra-search-path in schema cache load error ( #4108 )
2025-05-30 20:56:04 +02:00
Laurence Isla and Wolfgang Walther
8531c502d7
docs: JWK kid parameter validation
2025-05-30 14:35:58 +02:00
Taimoor Zaeem and Wolfgang Walther
0ba47180ae
fix: allow db-extra-search-path to accept empty value
2025-05-30 14:35:57 +02:00
Taimoor Zaeem and Wolfgang Walther
b77605e0d3
refactor: remove unused optValue function from Config.hs module
2025-05-30 14:35:54 +02:00
steve-chavez
800b32a59c
docs: remove Greenplum integration
...
They're not really a sponsor, so it's not fair to include them.
2025-05-28 17:44:00 -05:00
Wolfgang Walther
c48b6bc85b
docs: fix functions link in api/preferences
...
External link syntax was used instead of internal reference.
2025-05-28 09:15:50 +02:00
Wolfgang Walther
f899957675
docs: apply redirects
...
Those redirect, so we might as well hardcode the them.
2025-05-28 09:15:50 +02:00
Wolfgang Walther
609289d2bb
docs: remove outdated "in production" links
...
Moat has been bought by Oracle. The advertising subpage redirects to
oracle.com, but pointing at that would be a bit misleading.
No need to keep failing links either.
2025-05-28 09:15:47 +02:00
steve-chavez
9e58946ec6
docs: update architecture HTTP link
...
It links directly to warp page, which is confusing. Link to the
same page reference instead, which finally links to warp.
2025-05-26 13:45:33 -05:00
Taimoor Zaeem and steve-chavez
48a7b8dee7
docs: explain use of max-affected preference with rpc
2025-05-22 12:49:53 -05:00
Wolfgang Walther
23a4573a9c
docs: Update sphinx-rtd-theme to 3.0.2
2025-05-22 08:07:54 +02:00
Taimoor Zaeem and Wolfgang Walther
91814cd4f8
docs: add note in JWT Role Extraction section
...
Add a note describing that the used JSPath DSL does not
strictly follow the JSONPath as described in RFC 9535
2025-05-21 21:02:00 +02:00
steve-chavez
8ef5263b04
docs: add warning for duplicate keys in spread
2025-05-15 17:42:47 -05:00
steve-chavez
a71f938a44
docs: clarify spread join table
2025-05-15 15:51:14 -05:00
steve-chavez
e6d4bfa465
docs: clarify fts
2025-05-15 11:57:23 -05:00
steve-chavez
b90d26034e
docs: clarify spread feature
2025-05-15 11:17:59 -05:00
Taimoor Zaeem and Wolfgang Walther
0230a844b2
test: add test for duplicate entries in pg_description with same OID
2025-05-14 21:44:23 +02:00
Taimoor Zaeem and Wolfgang Walther
e0e60fa433
fix: jwt error return status 400 for invalid role ( #4081 )
2025-05-14 21:44:22 +02:00
Taimoor Zaeem and Wolfgang Walther
7269630538
test: add test when using .aud in jwt-role-claim-key
2025-05-14 21:44:20 +02:00
Laurence Isla
cc2550a58b
docs: fix link to SQL Query Logs
2025-05-09 20:59:31 -05:00
steve-chavez
e20dc60e83
docs: jwt role extraction link to config
...
The feature section was missing a link to its config.
Also shorten the section name.
2025-05-09 20:47:30 -05:00
Wolfgang Walther
89fb2878df
chore: adjust changelog for db-extra-search-path
...
Came up in #4073
2025-05-09 14:57:24 +02:00
Wolfgang Walther
ad66ae4e74
bump version to 13.0.0
v13.0.0
2025-05-08 21:48:49 +02:00
Taimoor Zaeem and Wolfgang Walther
657cabe757
fix: schema cache loads duplicate objects with different object type but same oid
2025-05-08 19:42:26 +00:00
Laurence Isla
e0c5b3a314
correct: handle array values in JWT aud claim correctly
2025-05-07 21:54:32 +00:00
Laurence Isla
b3bff90d68
correct: fail on invalid types of registered JWT claims (exp, nbf, iat, aud)
2025-05-07 21:54:32 +00:00
renovate[bot] and Wolfgang Walther
066b136597
chore(deps): update ubuntu:noble docker digest to 6015f66
2025-05-07 16:24:23 +00:00
renovate[bot] and Wolfgang Walther
324be09c2b
chore(deps): update actions/download-artifact action to v4.3.0
2025-05-07 16:24:08 +00:00
Wolfgang Walther
497f3faca3
nix: keep forward compat with newer nixpkgs
...
This is useful for those who consume the repo via flake.
2025-05-06 10:49:16 +02:00
steve-chavez
98ca7c15d5
drop: Admin server config endpoint
...
BREAKING CHANGE
The endpoint was at risk of being left unprotected when exposing it.
The accompanying `admin-server-config-enabled` config was also dropped.
2025-05-04 13:53:50 -05:00
steve-chavez
7d04731be1
chore: add changelog for v12.2.12
2025-05-04 13:53:50 -05:00
steve-chavez
b58253833b
refactor: split preference parsing from userApiRequest
...
This allows obtaining the preferences header before doing the full parse
on userApiRequest. Which is needed by #3507 .
2025-05-02 19:04:02 -05:00
Taimoor Zaeem and Steve Chavez
bf79766a9b
docs: add example to generate JWTs using openssl
2025-05-02 16:59:15 -05:00
Taimoor Zaeem and Steve Chavez
f53147674e
fix: filter on unselected columns in a table-valued function
2025-04-27 14:20:13 -05:00
Taimoor Zaeem and Steve Chavez
cd5a611a1a
refactor: change CallPlan returnings to a Set instead of a List
2025-04-26 10:02:30 -05:00
Laurence Isla
01432ce963
chore: update sponsors
2025-04-25 23:30:12 -05:00
Laurence Isla and Steve Chavez
57ef9988a5
feat: add Content-Length response header
2025-04-24 12:49:18 -05:00
Taimoor Zaeem and Wolfgang Walther
98fcbedca5
chore: add changelog for v12.2.11
2025-04-23 07:34:19 +00:00
Taimoor Zaeem and Steve Chavez
fdf902319d
fix: regression with parameter charset=utf-8 in mediatype
2025-04-20 16:10:33 -05:00
steve-chavez
58237be608
test: add loadtest for async purge of JWT cache
2025-04-20 15:11:41 -05:00
renovate[bot] and Wolfgang Walther
86be19e674
chore(deps): update haskell-actions/setup action to v2.7.11
2025-04-20 09:15:44 +00:00
renovate[bot] and Wolfgang Walther
a17a73e17b
chore(deps): update codecov/codecov-action action to v5.4.2
2025-04-20 09:15:26 +00:00
renovate[bot] and Wolfgang Walther
cbc2bcfcff
chore(deps): update ubuntu:noble docker digest to 1e622c5
2025-04-20 09:15:09 +00:00
steve-chavez
c732591f37
chore: add changelog for 12.2.10
2025-04-18 21:30:22 -05:00