We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Make use of github mkdown alerts and many fixes
fixed link
Updated Making your bot persistent (markdown)
Make it clear how to initialize persistence with a value defined for the store_data parameter
Since the list is incomplete of third party packages that contain peristence classes, I want to add my own package
Inserting a warning that remembers developers to store only copy.deepcopy copyable data on bot parts that will be persisted
version-agnostic links
fix link
fix typo
filename -> filepath
Update documentation links to be version independent
tiny fixes
persistence
Merge remote-tracking branch 'ptb/master' # Conflicts: # Making-your-bot-persistent.md
Added a comment which warns from using PicklePersistence and DictPersistence when using asynchronous handlers
Merge branch 'master' into v14
Add 3rd party packages list, that contains packages with persistence classes
Get Started on a transition guide
Use relative links to other wiki pages via the MediaWiki syntax
Add note on BP.refresh_* to persistence page
Just adding some extra detail on how to configure persistence on Dispatcher-only architectures.
Overhaul some pages and restructure a bit.