Product changelog
Shipped features and bug fixes auto-generated from git history. Updated content from our knowledge base is listed at the bottom.
Knowledge base updates
May 2026 (40)
-
New pSEO heartbeatCronitor alternative — Enterno.io: dead-man-switch + uptime + AI insights
Cronitor vs Enterno.io: both handle cron heartbeat monitoring. Enterno adds uptime, SSL, DNS, security in one plan + AI summaries. Pricing, migration, feature matrix.
-
New pSEO heartbeatHealthchecks.io vs Enterno.io: cron-monitoring alternative
Healthchecks.io vs Enterno.io: both open-source-friendly cron monitors. API, integrations, pricing, self-host vs SaaS comparison.
-
New pSEO heartbeatDead Man's Snitch vs Enterno.io: cron-monitoring comparison
Dead Man's Snitch (DMS) vs Enterno.io: the classic Heroku-friendly cron monitor against a multi-tool platform. Pricing, integrations, migration.
-
Updated pSEO checkLLM (Large Language Model) — What It Is
LLM — large language model. GPT-5, Claude Opus 4.7, Gemini 2.5, Llama 3. Architecture, inference, sizes.
-
Updated pSEO securityConfigure Rate Limiting in nginx
Nginx rate limiting: limit_req_zone, burst, nodelay, 429 responses, fail2ban integration.
-
Updated pSEO checkGitOps — Declarative Deploy via Git
GitOps: infrastructure + app state in Git, automated sync. Flux, ArgoCD. 4 principles.
-
Updated pSEO checkEnvoy — Proxy + Service Mesh Data Plane · Definition & Examples
Envoy: high-performance L7 proxy from Lyft. Backbone of Istio, AWS App Mesh. Configuration, filters.
-
Updated pSEO checkKubernetes Operator — Custom Controllers · Definition & Examples
K8s Operator: custom controller + CRD for stateful apps. Postgres, Redis, Kafka operators. OperatorHub.
-
Updated pSEO checkgRPC — What It Is, vs REST
gRPC is a high-performance RPC protocol from Google. Protobuf, HTTP/2, streaming. Difference from REST.
-
Updated pSEO healthFix Kafka Consumer Lag
Kafka consumer lag: causes, diagnosis via kafka-consumer-groups, scaling partitions, tuning max.poll.records.
-
Updated pSEO spamSpam & Blacklist Check Online — Free Domain Lookup | Enterno.io
Check if your domain or IP is listed in spam databases and DNS blacklists for free. Find out if you're on DNSBL lists. Results in 10 seconds.
-
Updated pSEO checkApache Parquet — Columnar Storage Format · Definition & Examples
Apache Parquet: columnar format for data lake. Compression, column pruning, predicate pushdown. Used by Spark, Trino, DuckDB.
-
Updated pSEO checkIstio — Service Mesh for Kubernetes
Istio: most-featured service mesh. Envoy sidecars + istiod control plane. mTLS, traffic shaping, observability.
-
Updated pSEO checkSaga Pattern — Distributed Transactions
Saga pattern: long-running distributed transactions via events, compensation. Choreography vs orchestration.
-
Updated pSEO healthTune Redis Memory
Redis memory tuning: maxmemory-policy, eviction, MEMORY USAGE, TTL, fragmentation, jemalloc.
-
Updated pSEO checkJaeger — Distributed Tracing · Definition & Examples
Jaeger — open-source distributed tracing (Uber, CNCF graduated). Spans, service map, architecture.
-
Updated pSEO healthTune PostgreSQL Performance
Postgres performance tuning: shared_buffers, work_mem, vacuum, pg_stat_statements, indexes. 2026 playbook.
-
Updated pSEO robots-checkerRobots.txt Checker Online — Free Analysis Tool | Enterno.io
Check any website's robots.txt file online for free. Find syntax errors, blocked sections and indexing issues. Instant results in 5 seconds.
-
Updated pSEO sslSSL Error: sun.security.validator.ValidatorException: PKIX path building failed
Java PKIX path building failed: incomplete chain, missing CA in cacerts. keytool import, debug -Djavax.net.debug.
-
Updated pSEO checkApache Iceberg — Lakehouse Table Format
Apache Iceberg: ACID table format for data lake. Netflix origin, Snowflake/BigQuery/Databricks support 2024+.
-
Updated pSEO checkOCI Image — Open Container Initiative Format · Definition & Examples
OCI: open container image standard. Docker-compatible. Manifests, layers, registries.
-
Updated pSEO sslNET::ERR_CERT_INVALID — Generic Chrome · Browser Error Fix
Chrome generic ERR_CERT_INVALID — umbrella category for cert errors. How to narrow down the actual cause.
-
Updated pSEO checkIdempotency in APIs — What It Means
Idempotency — a property where an operation produces the same result on N executions. Idempotency-Key in POST, GET vs POST, patterns.
-
Updated pSEO checkShadow DOM — Web Components Encapsulation
Shadow DOM: scoped DOM tree + CSS for Web Components. Does not leak outer styles, used in React Native Web, Ionic.
-
Updated pSEO checkImport Maps — JS without a Bundler
Import Maps: browser-native mapping of bare specifiers to URL. npm without webpack, dev without a bundler, CDN imports.
-
Updated pSEO checkWASI — WebAssembly System Interface · Definition & Examples
WASI: POSIX-like interface for WASM outside the browser. WASI 0.2, preview2, wasmtime, Fastly, Fermyon Spin.
-
Updated pSEO checkOpenTelemetry — Observability Standard · Definition & Examples
OpenTelemetry (OTel): vendor-neutral standard for metrics, logs, traces. CNCF. Auto-instrumentation.
-
Updated pSEO checkHNSW Index — ANN for Vectors
HNSW: Hierarchical Navigable Small World graph. Fastest ANN index for vector search. Parameters M, ef.
-
Updated pSEO checkWeb Streams API — ReadableStream · Definition & Examples
Web Streams API: chunked data processing in browser + Node.js. Fetch streaming, compression, crypto, SSE.
-
Updated pSEOResearch: WebGPU adoption in browsers 2026
Adoption report for WebGPU across Chrome, Safari, Firefox in 2026. Compute shaders, WGSL, Web ML use-cases.
-
Updated pSEO checkWASI — WebAssembly System Interface · Definition & Examples
WASI: POSIX-like API for WebAssembly outside the browser. Server-side WASM, Fastly, Fermyon, plugins.
-
Updated pSEO sslcurl error 77: problem with CA cert file · Browser Error Fix
curl: (77) problem with the SSL CA cert. CURLE_SSL_CACERT_BADFILE. CURL_CA_BUNDLE, --cacert, ca-certificates.
-
Updated pSEO speedServer Actions (Next.js) — 2026 · Definition & Examples
Server Actions — async functions on the server called from React components. No API routes. Progressive enhancement.
-
Updated pSEO checkEdge Computing — What It Is and Why It Matters
Edge computing runs code on the nearest point (edge) to the user. Cloudflare Workers, AWS Lambda@Edge, Deno Deploy. Different from CDN.
-
Updated pSEO sslPort 8883 — MQTT over TLS
TCP port 8883 — MQTT over TLS: encrypted IoT messaging. AWS IoT Core, HiveMQ, Mosquitto TLS.
-
Updated pSEO checkWebGPU — GPU API for the web
WebGPU: WebGL replacement, compute shaders, WGSL, access to Vulkan/Metal/D3D12. Chrome 113+, Firefox 141+.
-
Updated pSEO checkMaterialized View — What It Is
Materialized view: precomputed query result stored as a table. Postgres, Oracle. Refresh strategies.
-
Updated pSEO sslERR_HPACK_DECODING_FAILED — HTTP/2 Header · Browser Error Fix
Chrome ERR_HPACK_DECODING_FAILED — HTTP/2 HPACK decompression error. Malformed headers, encoder state corruption.
-
Updated pSEO checkServerless Containers — Cloud Run, Fargate, Fly · Definition & Examples
Serverless containers: Cloud Run, ECS Fargate, Fly Machines. Container instead of function, scale-to-zero, no cold start.
-
Updated pSEO checkObservability — 3 Pillars · Definition & Examples
Observability: metrics, logs, traces. Difference from monitoring. OpenTelemetry standard.
April 2026 (20)
-
Published Article SSLПросроченный SSL-сертификат: как исправить ошибку NET::ERR_CERT_DATE_INVALID
Просрочен SSL-сертификат? Узнайте, как быстро диагностировать и исправить ошибку NET::ERR_CERT_DATE_INVALID, продлить сертификат и настроить мониторинг.
-
Published Article SSLExpired SSL Certificate: How to Fix NET::ERR_CERT_DATE_INVALID
Expired SSL certificate? Learn how to quickly diagnose and fix NET::ERR_CERT_DATE_INVALID, renew the certificate, and set up monitoring to prevent it.
-
Published Article SSLSSL Handshake Failed: причины ошибки и пошаговая диагностика
SSL handshake failed — подробный разбор причин и диагностики: протоколы, SNI, cipher suites, сертификаты клиента. Примеры openssl и curl для отладки.
-
Published Article SSLSSL Handshake Failed: Root Causes and Step-by-Step Diagnosis
SSL handshake failed — deep dive into causes and diagnosis: protocols, SNI, cipher suites, client certs. openssl and curl examples for debugging.
-
Published Article SSLMixed Content: как найти и исправить HTTP-ресурсы на HTTPS-сайте
Mixed content блокирует скрипты и стили на HTTPS-сайте. Научим находить HTTP-ресурсы, чинить их автоматически через CSP и upgrade-insecure-requests.
-
Published Article SSLMixed Content: How to Find and Fix HTTP Resources on HTTPS Sites
Mixed content breaks scripts and styles on HTTPS. Learn how to find HTTP resources, fix them with CSP and upgrade-insecure-requests automatically.
-
Published Article SSLSelf-signed certificate: когда использовать и как избежать предупреждений
Self-signed SSL сертификат: зачем нужен, как создать через openssl, добавить в trust store и когда лучше использовать Let's Encrypt или внутреннюю PKI.
-
Published Article SSLSelf-Signed Certificates: When to Use Them and How to Avoid Warnings
Self-signed SSL certificates: when they're appropriate, how to create them with openssl, trust them system-wide, and when to use Let's Encrypt or internal PKI instead.
-
Published Article SSLWildcard vs SAN-сертификат: когда какой выбрать в 2026
Wildcard vs SAN сертификат — разбор отличий, цены, безопасность и автоматизация. Какой тип сертификата выбрать для разных архитектур и сколько доменов покрыть.
-
Published Article SSLWildcard vs SAN Certificate: Which to Choose in 2026
Wildcard vs SAN certificates — differences, pricing, security, automation. Which cert type to pick for different architectures and how many domains to cover.
-
Published Article SSLНеполная цепочка SSL-сертификата: как найти и исправить incomplete chain
Неполная цепочка SSL (incomplete chain) — причина ошибок у мобильных клиентов и API. Как собрать fullchain.pem, добавить intermediate и проверить цепочку.
-
Published Article SSLIncomplete SSL Certificate Chain: How to Diagnose and Fix It
Incomplete SSL chain causes errors on mobile and API clients. Learn how to assemble fullchain.pem, add intermediates, and verify the chain.
-
Published Article SSLTLS 1.3 vs TLS 1.2: что изменилось и как правильно мигрировать
TLS 1.3 vs TLS 1.2 — подробное сравнение: скорость, безопасность, совместимость. Пошаговое руководство по миграции nginx и обратной совместимости.
-
Published Article SSLTLS 1.3 vs TLS 1.2: What Changed and How to Migrate Correctly
TLS 1.3 vs TLS 1.2 — detailed comparison: speed, security, compatibility. Step-by-step nginx migration guide with backward compatibility notes.
-
Published Article SSLБесплатный SSL через Let's Encrypt: установка certbot за 10 минут
Бесплатный SSL-сертификат через Let's Encrypt и certbot: пошаговая установка на nginx, Apache, автообновление и подводные камни. Работает на любом Linux.
-
Published Article SSLFree SSL via Let's Encrypt: Install certbot in 10 Minutes
Free SSL certificate via Let's Encrypt and certbot: step-by-step install for nginx, Apache, auto-renewal, and gotchas. Works on any Linux.
-
Published Article SSLHSTS и HSTS Preload: полное руководство по принудительному HTTPS
HSTS и preload-лист — как заставить браузер всегда использовать HTTPS. Настройка Strict-Transport-Security, подача в hstspreload.org, подводные камни.
-
Published Article SSLHSTS and HSTS Preload: Complete Guide to Forced HTTPS
HSTS and preload list — how to force browsers to always use HTTPS. Strict-Transport-Security setup, hstspreload.org submission, gotchas.
-
Published Article SSLСлабые cipher suites: как найти и отключить небезопасные шифры TLS
Слабые cipher suites (RC4, 3DES, MD5, EXPORT) снижают оценку SSL Labs до B или F. Как проверить, отключить в nginx и выбрать безопасный набор.
-
Published Article SSLWeak Cipher Suites: How to Find and Disable Insecure TLS Ciphers
Weak cipher suites (RC4, 3DES, MD5, EXPORT) drop SSL Labs grade to B or F. Learn how to detect them, disable in nginx, and pick a safe set.