Skip to content

Commit

Permalink
add breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Nov 8, 2021
1 parent 880c445 commit 2217c1b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",

"editor.fontFamily": "'Fira Code iScript', Consolas, 'Courier New', monospace",
"editor.fontFamily": "Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,

"editor.tokenColorCustomizations": {
Expand Down
21 changes: 19 additions & 2 deletions docusaurus/docs/references/breaking-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,32 @@ More details about each item can often be found in the release notes of two vers

## Deprecation Timeline

We clean the code after the end of the year, so it is not possible to see the exact date of deprecation.

## 2022

1. Non-TLS Puppet Service will be remove after Dec 31, 2022
### Dec 31, 2022

1. [wechaty/puppet-service#160](https://github.com/wechaty/wechaty-puppet-service/issues/160)
1. [wechaty/puppet-service#154]((https://github.com/wechaty/puppet-service/issues/154))

## Breaking Changes

### 2021

1. [Enable TLS for all Puppet Service Clients of Wechaty Ecosystem wechaty/wechaty-puppet-service#160](https://github.com/wechaty/wechaty-puppet-service/issues/160)
Wechaty v1.x is not compatible with Wechaty v0.x modules

1. v1.x <> v1.x
1. v0.x <> v0.x

#### Octorber, 2021

1. [wechaty/puppet#164 Wechaty Puppet API v1.0 Adaptions](https://github.com/wechaty/puppet/issues/164)
1. [wechaty/puppet-service#160 Enable TLS for all Puppet Service Clients of Wechaty Ecosystem](https://github.com/wechaty/puppet-service/issues/160)

#### September, 2021

1. [wechaty/puppet-service#154 Puppet Service Discovery Schema: ip -> host](https://github.com/wechaty/puppet-service/issues/154)

### 2020

Expand Down

0 comments on commit 2217c1b

Please sign in to comment.