-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #685 from wazo-platform/sprint-review-24.02
blog post
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: Wazo Platform 24.02 Released | ||
date: 2024-02-05T08:00: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 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. | ||
|
||
## 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). |