Skip to content

Commit

Permalink
Adding release notes for 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Jul 13, 2023
1 parent f27f92f commit 250fa9f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
16 changes: 4 additions & 12 deletions website/content/en/docs/releases/current_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,14 @@ weight: 199
toc: true
---

## Release Notes for v0.4.4
**Release Date: 04/14/2023**
## Release Notes for v0.4.6
**Release Date: TBD 07/13/2023**


### Changes
- #159 Due to confusion that has been generated with using import/export. The action verbs were replaced with download/upload with the previous cmds still left in as functional elements.
- All 'import' has been replaced with 'download' action.
- All 'export' has been replaced with an 'upload' action.
- #160 Removed deprecated configuration patterns. Removed `datasources.credentials` and `datasources.filters`
- #167 Adding support for Folder Permissions
- #170 OS level characters are no longer supported in folders. For example '/' and '\' will not be support in any folder GDG backs up. The behavior combined with the mkdir / path command is too buggy to really
allow such characters in the names. The complexity in code needed to support it vs just disallowing it isn't worth it.
- TBD


### Bug Fixes
- Bug #156 fixed. When gdg binary and config are in completely different paths, gdg is unable to load the configuration file and fallsback on the default config instead.
- BUG #170 fixed. Added disallowed characters. For example "/" and "\" will not be supported in folder names
- Some calls failed with invalid SSL. Fixed secondary code path to also support unsigned SSL
-

19 changes: 19 additions & 0 deletions website/content/en/docs/releases/gdg_0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,26 @@ images: []
weight: 199
toc: true
---
## Release Notes for v0.4.5
**Release Date: 07/13/2023**


### Changes
- #159 Due to confusion that has been generated with using import/export. The action verbs were replaced with download/upload with the previous cmds still left in as functional elements.
- All 'import' has been replaced with 'download' action.
- All 'export' has been replaced with an 'upload' action.
- #160 Removed deprecated configuration patterns. Removed `datasources.credentials` and `datasources.filters`
- #167 Adding support for Folder Permissions
- #170 OS level characters are no longer supported in folders. For example '/' and '\' will not be support in any folder GDG backs up. The behavior combined with the mkdir / path command is too buggy to really
allow such characters in the names. The complexity in code needed to support it vs just disallowing it isn't worth it.

### Bug Fixes
- Bug #156 fixed. When gdg binary and config are in completely different paths, gdg is unable to load the configuration file and fallsback on the default config instead.
- BUG #170 fixed. Added disallowed characters. For example "/" and "\" will not be supported in folder names
- Some calls failed with invalid SSL. Fixed secondary code path to also support unsigned SSL


---
## Release Notes for v0.4.3
**Release Date: 04/14/2023**

Expand Down

0 comments on commit 250fa9f

Please sign in to comment.