Skip to content
Snippets Groups Projects
Commit 81900890 authored by Martin Vogel's avatar Martin Vogel
Browse files

refactor: ad migration guide (planning#1684))

parent b0539223
No related branches found
No related tags found
1 merge request!323#1713: Release 2.0.0
## Update from 1.0.0 to 2.0.0
### Rename
- [ ] Rename the static client getters in ClientFactory from ``getClient`` to `createClient` for:
- `ClientFactory.createSenderClient(config)`
- `ClientFactory.createSubscriberClient(config)`
- `ClientFactory.createRouterClient(config)`
- [ ] Rename the static getters in ReplyChannel from ``from`` to `to` for:
- `ReplyChannel.ofEmail(...)`
- `ReplyChannel.ofDemail(...)`
- `ReplyChannel.ofFink()`
- `ReplyChannel.ofElster()`
- `ReplyChannel.ofFitConnect()`
### Fix imports
Several model classes have been moved to the API module. Therefore, the imports of the following classes have to be adjusted:
- [ ] Received Submission
### Configuration
#### ProxyConfig
#### Local Data Schemas
### Deprecations
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment