Skip to content

v1.2.4

Choose a tag to compare

@rlindner81 rlindner81 released this 19 Feb 09:56
· 35 commits to main since this release

Changed

  • cds-plugin: change default service access role to internal-user (fixes #90).
  • redis: changed dependency from redis to @redis/client.

Added

  • core: [undocumented] plugin-config/initialize support multiple configuration files.

  • redis: [undocumented] cds-config/initialize take redis credentials and client options for fine-tuning or as an
    alternative to VCAP_SERVICES (brought up by #92).

    the cds-config approach is consistent with the redis integration of other cap-js-community projects, see event-queue, websocket.