1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
# PLJS Change Log
## 1.0.0
Released _June 25, 2025_.
- Support of PLV8 functionality
- Documentation created
- First initial release
### 1.0.1
Released _July 1, 2025_.
- Remove extraneous include from `types.c` that stopped PG14/15 compilation
- Add PG14/15 compilation to the CI
### 1.0.2
Released _August 20, 2025_.
- Fix function name collision with QuickJS
- Add missing `subtransaction` support
- Fix memory context switching before `CopyErrorData()`
### 1.0.3
Released _August 20, 2025_.
- PGXN release went out with an incorrect control file
### 1.0.4
Released _January 11, 2026_.
- Up memory default limit to 512MB
- Remove unnecessary include from modules.c
- Remove extra running of GC after each execution
- Better handling of SRF's, including freeing resources
- Increased test timeouts to accommodate slower CI machines
- Alter memory limit minimum to 64MB to facilitate testing
- Alter some tests for s390x testing
- Clean up parameter orders for function calls
- Fixed potential memory leak in `pljs_jsvalue_to_datums`
### 1.0.5
Released _January 27, 2026_.
- Fix key name issue in JSONB_DIRECT_CONVERSION path
|