From bd2492f4629b6827ff98a5fc87c5308b2d75926a Mon Sep 17 00:00:00 2001 From: franckrupin Date: Fri, 2 Feb 2024 08:20:54 -0500 Subject: [PATCH 1/2] blog post --- content/blog/sprint-review-2402.md | 49 ++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100755 content/blog/sprint-review-2402.md diff --git a/content/blog/sprint-review-2402.md b/content/blog/sprint-review-2402.md new file mode 100755 index 00000000..406975de --- /dev/null +++ b/content/blog/sprint-review-2402.md @@ -0,0 +1,49 @@ +--- +title: Wazo Platform 24.02 Released +date: 2024-01-31T15:54:00 +author: The Wazo Authors +category: Wazo Platform +tags: wazo-platform, development +slug: release-review-2402 +status: published +--- + +Hello Wazo Platform community! + +Here is a short review of the Wazo Platform 24.02 release. + +################################################################# +## New Features in This Release +- **calld API**: added optional 'timeout' parameter in body of `PUT /calls/{call_id}/user/{user_uuid}` endpoint to control dial timeout behavior of call to user + +## Bug Fixes +- **topic**: description + +## Technical +- **Parking**: In order to use API parking lots with function keys, deprecated default parking lot (700) function keys have been removed +- **Provisioning**: Python module has been renamed from `provd` to `wazo_provd`. Any custom provisioning plugin should be updated +- **Bus**: Python library has been renamed from `xivo_bus` to `wazo_bus`. Any custom plugin using this library should be updated + +## Ongoing Features +- **wazo-provd**: Migrate the database from JSON to PostgreSQL +################################################################# + +For more details about the aforementioned topics, please see the [changelog](https://wazo-dev.atlassian.net/issues/?jql=project%3DWAZO%20AND%20fixVersion%3D24.02). + +See you at the next sprint review! + +## Resources + +- [Install Wazo Platform](/use-cases) +- [Upgrade Wazo and Wazo Platform](/uc-doc/upgrade/). Be sure to read the + [breaking changes](/uc-doc/upgrade/upgrade_notes#24-02) + +Sources: + +- [Upgrade notes](/uc-doc/upgrade/upgrade_notes#24-02) +- [Wazo Platform 24.02 Changelog](https://wazo-dev.atlassian.net/issues/?jql=project%3DWAZO%20AND%20fixVersion%3D24.02) + +## Discussion + +Comments or questions in +[this forum post](https://wazo-platform.discourse.group/t/blog-wazo-platform-24-02-released). From 2650f807304e965d0790ffdf0b8e227bea464372 Mon Sep 17 00:00:00 2001 From: Francois Blackburn Date: Fri, 2 Feb 2024 12:00:17 -0500 Subject: [PATCH 2/2] sprint review: fix styling issues --- content/blog/sprint-review-2402.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/content/blog/sprint-review-2402.md b/content/blog/sprint-review-2402.md index 406975de..30da9e66 100755 --- a/content/blog/sprint-review-2402.md +++ b/content/blog/sprint-review-2402.md @@ -1,6 +1,6 @@ --- title: Wazo Platform 24.02 Released -date: 2024-01-31T15:54:00 +date: 2024-02-05T08:00:00 author: The Wazo Authors category: Wazo Platform tags: wazo-platform, development @@ -12,21 +12,20 @@ Hello Wazo Platform community! Here is a short review of the Wazo Platform 24.02 release. -################################################################# ## New Features in This Release -- **calld API**: added optional 'timeout' parameter in body of `PUT /calls/{call_id}/user/{user_uuid}` endpoint to control dial timeout behavior of call to user -## Bug Fixes -- **topic**: description +- **calld API**: Added optional 'timeout' parameter in body of `PUT /calls/{call_id}/user/{user_uuid}` endpoint to control dial timeout behaviour + of call to user. ## Technical -- **Parking**: In order to use API parking lots with function keys, deprecated default parking lot (700) function keys have been removed -- **Provisioning**: Python module has been renamed from `provd` to `wazo_provd`. Any custom provisioning plugin should be updated -- **Bus**: Python library has been renamed from `xivo_bus` to `wazo_bus`. Any custom plugin using this library should be updated + +- **Parking**: In order to use API parking lots with function keys, deprecated default parking lot (700) function keys have been removed. +- **Provisioning**: Python module has been renamed from `provd` to `wazo_provd`. Any custom provisioning plugin should be updated. +- **Bus**: Python library has been renamed from `xivo_bus` to `wazo_bus`. Any custom plugin using this library should be updated. ## Ongoing Features + - **wazo-provd**: Migrate the database from JSON to PostgreSQL -################################################################# For more details about the aforementioned topics, please see the [changelog](https://wazo-dev.atlassian.net/issues/?jql=project%3DWAZO%20AND%20fixVersion%3D24.02).