Sider Changelog

Version 0.1.2

Released on April 11, 2012. Pre-alpha release.

  • Now sider.session.Session takes redis.client.StrictRedis object instead of redis.client.Redis which is deprecated.
  • Added sider.exceptions module.
  • Added sider.warnings.SiderWarning base class.
  • Fixed a bug of sider.list.List.insert() for index -1. Previously it simply appends an element to the list (and that is an incorrect behavior), but now it inserts an element into the right before of its last element.

Version 0.1.1

Released on March 29, 2012. Pre-alpha release.

Version 0.1.0

Released on March 23, 2012. Pre-alpha release.

Project Versions

Table Of Contents

Previous topic

To do list

This Page