Skip to content

Commit

Permalink
add v3.10.2-beta change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Dec 15, 2023
1 parent 157a306 commit 01df2bb
Showing 1 changed file with 45 additions and 9 deletions.
54 changes: 45 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ This file is a running track of new features and fixes to each version of the pa

This project follows [Semantic Versioning](http://semver.org) guidelines.

## v3.10.2-beta

### Changes

- Fixed cloning of VM's to the wrong storage location #64

## v4.0.0

### Changes

- Removed API request throttling
- Increased Coterm session token lifetime from 30 seconds to a minute.

## v4.0.0-rc.1

If you use Convoy for a production or commercial environment/purpose, please subscribe to a
license [here](https://console.convoypanel.com). It supports my work, and you are also violating the license agreement
if you don't. Your deployment of Convoy may be disabled without warning if you don't adhere to the terms of the license
agreement.

### Changes

- **BREAKING**: Overhauled the IP address management system to add IP pools that can be shared among nodes. #51
- **BREAKING**: Fixed Coterm where it doesn't support multiple nodes #50
- Fixed inability to use special characters for Redis password.
- Fixed error when trying to parse a vm's disk that has no `size` attribute #48
- Fixed typo in the input labels on the node creation modal #42
- Fixed the mobile navigation menu where it won't automatically close when you click on a link #41
- Added ability to copy node and template IDs #40

## v3.10.1-beta

### Fixes
Expand All @@ -16,7 +46,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.

- Added ISO imports (thanks A LOTTTT Fro!!!)
- Added new logo courtesy of Yatin Manuel from [Halvex Inc.](https://halvex.net/)
- This changelog was forgotten, so I will add it now
- This changelog was forgotten, so I will add it now

### Changes

Expand All @@ -26,7 +56,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.

### Fixes

- Fixed inability to successfully build the `workspace` container because the PHP Docker image recently upgraded from Debian 11 to 12 while Nodesource hasn't added stable support for Debian 12.
- Fixed inability to successfully build the `workspace` container because the PHP Docker image recently upgraded from
Debian 11 to 12 while Nodesource hasn't added stable support for Debian 12.

## v3.9.2-beta

Expand All @@ -46,14 +77,18 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.

## v3.9.0-beta

The release candidate process for non-beta v3.9.0 was discontinued. Convoy will be keeping its beta status while more improvements to the product are made.
The release candidate process for non-beta v3.9.0 was discontinued. Convoy will be keeping its beta status while more
improvements to the product are made.

If you are upgrading from v3.8.1-beta, keep note of these notices:

- v3.9.0-rc.9: :warning: This release may require you to regenerate your Proxmox API token credentials for each of your nodes with the implementation of encryption of node credentials in Convoy from this point on.
- v3.9.0-rc.3: :warning: This release makes changes to the data in your database. Rows that have a non-null `deleted_at` field in
your `servers` and `users` table will be purged. If your routine relies on soft deletes, please make changes now to stop
relying on them as they are removed in this update.
- v3.9.0-rc.9: :warning: This release may require you to regenerate your Proxmox API token credentials for each of your
nodes with the implementation of encryption of node credentials in Convoy from this point on.
- v3.9.0-rc.3: :warning: This release makes changes to the data in your database. Rows that have a non-null `deleted_at`
field in
your `servers` and `users` table will be purged. If your routine relies on soft deletes, please make changes now to
stop
relying on them as they are removed in this update.

### Fixed

Expand All @@ -70,7 +105,8 @@ relying on them as they are removed in this update.

## v3.9.0-rc.9

:warning: This release may require you to regenerate your Proxmox API token credentials for each of your nodes with the implementation of encryption of node credentials in Convoy from this point on.
:warning: This release may require you to regenerate your Proxmox API token credentials for each of your nodes with the
implementation of encryption of node credentials in Convoy from this point on.

### Added

Expand Down Expand Up @@ -414,4 +450,4 @@ Otherwise, your code will error when you send invalid requests.
- Editing the server field for IP Addresses will sometime result in the first server of the node to be used. This will
be resolved in v3.x.x

![The Bombay cat breed is the mascot for v2](https://imgur.com/fP6oxn9.png)
![The Bombay cat breed is the mascot for v2](https://imgur.com/fP6oxn9.png)

0 comments on commit 01df2bb

Please sign in to comment.