Skip to content

Releases: powersync-ja/powersync-service

@powersync/[email protected]

13 May 14:07
4940204

Choose a tag to compare

Minor Changes

  • ca0a566: - Added ServiceContextMode to ServiceContext. This conveys the mode in which the PowerSync service was started in.

    • RouterEngine is now always present on ServiceContext. The router will only configure actual servers, when started, if routes have been registered.
    • Added typecasting to !env YAML custom tag function. YAML config environment variable substitution now supports casting string environment variables to number and boolean types.
    replication:
      connections: []
    
    storage:
      type: mongodb
    
    api:
      parameters:
        max_buckets_per_connection: !env PS_MAX_BUCKETS::number
    
    healthcheck:
      probes:
        use_http: !env PS_MONGO_HEALTHCHECK::boolean
  • 9dc4e01: Improve authentication error messages and logs

  • 94f657d: Add additional log metadata to sync requests.

  • d154682: [MongoDB] Add support for plain "mongodb://" URIs for replica sets (multiple hostnames).

  • c672380: Added JSON schema export for base PowerSyncConfig

  • d869876: Allow RSocket request payload to be encoded as JSON

Patch Changes

@powersync/[email protected]

13 May 14:07
4940204

Choose a tag to compare

Patch Changes

@powersync/[email protected]

13 May 14:07
4940204

Choose a tag to compare

Minor Changes

  • 9dc4e01: Improve authentication error messages and logs
  • 94f657d: Add additional log metadata to sync requests.
  • ca0a566: Switched default health check probe mechanism from filesystem to in-memory implementation. Consumers now need to manually opt-in to filesystem probes.

Patch Changes

@powersync/[email protected]

13 May 14:07
4940204

Choose a tag to compare

Patch Changes

@powersync/[email protected]

13 May 14:07
4940204

Choose a tag to compare

Minor Changes

  • d154682: [MongoDB] Add support for plain "mongodb://" URIs for replica sets (multiple hostnames).

Patch Changes

[email protected]

07 May 09:23
1c3f03b

Choose a tag to compare

Patch Changes

@powersync/[email protected]

07 May 09:24
1c3f03b

Choose a tag to compare

@powersync/[email protected]

07 May 09:24
1c3f03b

Choose a tag to compare

Patch Changes

@powersync/[email protected]

07 May 09:23
1c3f03b

Choose a tag to compare

Patch Changes

@powersync/[email protected]

07 May 09:23
1c3f03b

Choose a tag to compare

Patch Changes