This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ baseplate (0.13.0) trusty; urgency=medium
2+
3+ * allow config.Optional options to have key missing from INI too
4+ * make config.String and config.TupleOf enforce presence of values
5+ * add helpers for loading Redis and Cassandra drivers from config
6+ * make EventQueue a ContextFactory so it can go on the context object
7+ * add baseplate-script for backend jobs
8+
9+ -- Neil Williams <neil@reddit.com> Tue, 19 Jul 2016 14:01:02 -0700
10+
111baseplate (0.12.0) trusty; urgency=medium
212
313 * Events: Add support for the `interana_excluded` payload section
Original file line number Diff line number Diff line change 4242
4343setup (
4444 name = "baseplate" ,
45- version = "0.12 .0" ,
45+ version = "0.13 .0" ,
4646 packages = find_packages (exclude = ["tests" ]),
4747
4848 install_requires = install_requires ,
You can’t perform that action at this time.
0 commit comments