github pocketbase/pocketbase v0.18.2
v0.18.2 Release

latest releases: v0.22.21, v0.22.20, v0.22.19...
12 months ago

To update the prebuilt executable you can run ./pocketbase update.

  • Prevent breaking the record form in the Admin UI in case the browser's localStorage quota has been exceeded when uploading or storing large editor field values (#3265).

  • Updated docs and missing JSVM typings.

  • Exposed additional crypto primitives under the $security.* JSVM namespace (#3273):

    // HMAC with SHA256
    $security.hs256("hello", "secret")
    
    // HMAC with SHA512
    $security.hs512("hello", "secret")
    
    // compare 2 strings with a constant time
    $security.equal(hash1, hash2)

Don't miss a new pocketbase release

NewReleases is sending notifications on new releases.