Skip to content

release: v1.10.0 - #132

Merged
jaredwray merged 1 commit into
mainfrom
release/v1.10.0
Aug 19, 2026
Merged

release: v1.10.0#132
jaredwray merged 1 commit into
mainfrom
release/v1.10.0

Conversation

@jaredwray

@jaredwray jaredwray commented Aug 19, 2026

Copy link
Copy Markdown
Owner

Release summary

Adds TLS connections (tls / memcaches://), publishes memcachejs.org, and hardens CI/publish.

Packages

Package Current New Bump Rationale Commits
memcache 1.9.0 1.10.0 minor 2 feat, 1 fix 29

Single-package repo — table included for completeness.

memcache@1.10.0 — 2026-08-19

Adds TLS connections (tls / memcaches://), publishes memcachejs.org, and hardens CI/publish.

Features

  • add TLS support (7a822b9, feat: add TLS support #115)

    import { Memcache } from 'memcache';
    
    const client = new Memcache({
      nodes: ['my-cache.example.com:11211'],
      tls: true, // or a tls.ConnectionOptions object, e.g. { ca }
    });
    // Per-node TLS without a client-level tls option
    const client = new Memcache('memcaches://my-cache.example.com:11211');
  • generate memcachejs.org site with Docula (1f0507e, feat: generate memcachejs.org site with Docula #104)

Bug Fixes

Documentation

Internal

Contributors

Full List of Changes

Full diff: v1.9.0...v1.10.0

Verification

  • pnpm install --frozen-lockfile succeeds
  • pnpm build succeeds (ESM + CJS + type definitions)
  • pnpm test passes locally — 630 tests, 100% statement/line coverage (Docker memcached services running)
  • No uncommitted changes outside the version bump (this repo keeps no CHANGELOG.md)

Post-merge

Merge then create a GitHub Release at tag v1.10.0 — the release.yaml workflow (on: release: [released]) publishes to npm via OIDC trusted publishing.

Open in Web Open in Cursor 

Co-authored-by: Jared Wray <me@jaredwray.com>
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5885484) to head (788e74e).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #132   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines         1411      1411           
  Branches       315       310    -5     
=========================================
  Hits          1411      1411           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray
jaredwray merged commit b8a16c9 into main Aug 19, 2026
17 checks passed
@jaredwray
jaredwray deleted the release/v1.10.0 branch August 19, 2026 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants