Skip to content

Releases: powersync-ja/powersync-service

@powersync/[email protected]

13 May 14:07
4940204

Choose a tag to compare

Minor Changes

  • c672380: Added JSON schema export for base PowerSyncConfig

@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.

Patch Changes

@powersync/[email protected]

13 May 14:07
4940204

Choose a tag to compare

Minor Changes

  • 9dc4e01: Improve authentication error messages and logs

Patch Changes

@powersync/[email protected]

13 May 14:07
4940204

Choose a tag to compare

Patch Changes

@powersync/[email protected]

13 May 14:08
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

@powersync/[email protected]

13 May 14:07
4940204

Choose a tag to compare

Patch Changes

@powersync/[email protected]

13 May 14:08
4940204

Choose a tag to compare

Minor Changes

  • ca0a566: Initial core module release. This moves RouterEngine API route registrations, health check probe configuration and metrics configuration from the service runners to this shared module.

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.

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

  • a602fb2: Support WebSocket requests to be encoded as JSON, which will enable more SDKs to use WebSockets as a transport protocol when receiving sync lines.

  • ca0a566: - 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
    • Added the ability to customize healthcheck probe exposure in the configuration. Backwards compatibility is maintained if no healthcheck->probes config is provided.
    healthcheck:
      probes:
        # Health status can be accessed by reading files (previously always enabled)
        use_filesystem: true
        # Health status can be accessed via HTTP requests (previously enabled for API and UNIFIED service modes)
        use_http: true

Patch Changes

@powersync/[email protected]

13 May 14:07
4940204

Choose a tag to compare

Minor Changes

  • 9dc4e01: Improve authentication error messages and logs

Patch Changes

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