timedmap v1.4.0 Release Notes

    • โž• Add SetExpires method to match Section interface and match naming scheme of the other expire-related endpoints.
      โ†’ Hence, SetExpire is now deprecated and will be removed in the next version. Please use SetExpires instead.

    • ๐Ÿ”€ Make use of sync.Pool to re-use element instances instead of creating new ones on each new element creation and passing them to the GC after deletion.

    • โž• Add StartCleanerInternal and StartCleanerExternal endpoints to be able to re-start the internal cleanup loop with new specifications.