This changelog documents all notable changes of the RealMQ Platform. The format is based on Keep a Changelog.
- Introduce new administrative channel management endpoints
/admin/v1/realms/{realmId}/channels
. - Introduce new administrative subscription management endpoints
/admin/v1/realms/{realmId}/subscriptions
. - Introduce new administrative endpoint for deleting auth tokens
DELETE /admin/v1/realms/{realmId}/tokens/{tokenId}
- Introduce new administrative endpoint for deleting channels
DELETE /admin/v1/realms/{realmId}/channels/{channelId}
. - Introduce new administrative endpoint for deleting subscriptions
DELETE /admin/v1/realms/{realmId}/subscriptions/{subscriptionsId}
. - Introduce new administrative endpoint for deleting users
DELETE /admin/v1/realms/{realmId}/users/{userId}
.
- Add support for upgraded verneMQ broker. This requires the acceptance of their EULA,
by setting the environment variable
VERNEMQ_ACCEPT_EULA
needs to be set toyes
. - BREAKING: Secret
auth.token
is removed from list, detail & update responses of/client/v1/auths/*
. (#138) - Updated "Getting started" section in client API documentation (#139).
- Obfuscate sensitive information from api request logs.
- Hide secret
auth.token
from all responses, except token creation, to avoid access right escalation. (#138)
- Introduce new administrative user management endpoints
/admin/v1/realms/{realmId}/users
. - Introduce new endpoint
POST /client/v1/channels/{channelId}/messages
for sending messages.
- Switched from account based auth for admin API to fixed API token (#120).
0.1.1 - 2019-07-23
- Sending of sync messages for subscriptions
- Introduce
npm run dev
as an easy dev starting point.
- HTTPS scheme is now configurable for smoke test suite
- Fixed parsing of
from
andto
parameters on/channel/{channelId}/messages
- Updated dependencies (
npm audit fix
)
0.1.0 - 2018-06-29
- Initial platform setup