- Fixes mutation of inbound filter params
- Add delete series
- Add multi write and increment
- Use source encoding in Regexp (instead of "none")
- Bugfix - Support forward slashes in series keys
- Bugfix - URI encode our paths (not just params)
- Switch to HTTPClient, for thread-safe persistent HTTP connections
- Bugfix - Fix support for ruby 1.8.7
- Bugfix - when wanting SSL and persistent connections, start the connection with SSL - Thanks ejfinneran