Changelog
Weekly product changes and news.
Added SLA, MQTT Support, REST APIs and More - 03/09/2021
September 3rd 2021
This has been a very productive week at PieSocket, we added multiple features to the product.
Following is the change-log for this week, please note that we update change-log every Friday and from this week onwards we will inform you about these updates via email too.
- Launched PieSocker Community- Increased Partners Share to 10% from 5%, Learn more at piesocket.com/partners
- Added Authentication Support
- Added MQTT Support- Launched REST APIs
- Added Service Level Agreement Document: Our 99.95% uptime guarantee is now documented at: https://www.piesocket.com/legal/service-level-agreementHope you like these updates, feel free to reach us anytime with suggestions and feedback.
Custom Server Locations and More - 27/08/2021
August 30th 2021
We have added the following features/changes this week:
- Host yourself feature:
You can now host PieSocket at your own cloud with eligible plans and take control of your data.
- Custom server locations:
Need a cluster near to your users for improved latency? Now that is possible with PieSocket.
- API based Clusters:
Now each of your API keys will have unique cluster ids, we did this improve performance and to seprate point of failures for PieSocket channels.Rate limit & command messages updates - 18/08/2021
August 19th 2021
We recently launched PieSocket Console and it has been a long since we updated the changelog. Following are two minor changes we made with rate limit and cmd_ messages or command messages.
- From now on, response for the cmd_ command messages will only be sent to the original sender of the message. Earlier it was sent to all the connected clients.- We have implemented a rate limit of 10 requests/second /IP address, for WebSocket connections.
Cheers!
PieSocket TeamPieSocketJS v1.0.15 Released - 18/03/2021
March 18th 2021
We released PieSocket-JS v1.0.15 today, this new version brings two new methods for the PieSocket class objects.
- pieSocket.unsubscribe - It is now possible to unsubscribe from a channel.
- pieSocket.getConnections - View all channel subscriptions of a client.
You can see the updated docs here: https://github.com/piesocket/piesocket-js#readme
Latest NPM module: https://www.npmjs.com/package/piesocket-js
Best regards,
DavidChannel ID can now be string - 01/03/2021
March 18th 2021
On popular demand, we have changed the allowed number of characters in the channel_id parameter of the WebSocket server API.
Updated doc: https://www.piesocket.com/docs/3.0/overviewNow:
- Channel ID can contain characters [a-z], [A-Z], [0-9] - Channel ID can contain special characters _ (underscore) and - (hyphen).Thanks,
PieSocket Team
