v0.1.0

pydantic/montyv0.1.0May 26, 2026by soxoj

AI Summary

The initial major version release featuring new social media profile extraction support for several platforms and general improvements to ontology and response data.

Key Highlights

  • Initial major version (v0.1.0) of socid-extractor.
  • Added support for Substack, Calendly, Discourse, and Virgool profile schemes.
  • Improved ontology and reduced false positive matchers.
  • Added extractor name as service info in the response.
  • Updated Python version support to 3.13 and 3.14.

New Features

  • Substack and Calendly fixes
  • Discourse support added
  • Virgool profile scheme support
  • False positive matchers and ontology fixes
  • Extractor name as service info in response
  • Tests fixes and dates normalization
  • Python versions 3.13 and 3.14 support
  • Medium RSS username capture
  • GitHub/Gitlab improvements and JSON output

Full Release Notes

## What's Changed
* Change release trigger from 'created' to 'published' by @soxoj in https://github.com/soxoj/socid-extractor/pull/233
* Bump pytest from 9.0.2 to 9.0.3 by @dependabot[bot] in https://github.com/soxoj/socid-extractor/pull/230
* Substack and Calendly fixes; Discourse support added by @soxoj in https://github.com/soxoj/socid-extractor/pull/235
* Add Virgool profile scheme (Persian blog platform, Next.js RSC SSR) by @CasperCodes-CPU in https://github.com/soxoj/socid-extractor/pull/236
* Fixes for false positive matchers and ontology by @soxoj in https://github.com/soxoj/socid-extractor/pull/237
* Added extractor name as service info in response by @soxoj in https://github.com/soxoj/socid-extractor/pull/239
* Tests fixes, fix some fields according to ontology, dates normalization by @soxoj in https://github.com/soxoj/socid-extractor/pull/240
* Update README and CONTRIBUTING by @soxoj in https://github.com/soxoj/socid-extractor/pull/241
* Add Python versions 3.13 and 3.14 to workflow by @soxoj in https://github.com/soxoj/socid-extractor/pull/242
* Bump pytest-rerunfailures from 16.1 to 16.2 by @dependabot[bot] in https://github.com/soxoj/socid-extractor/pull/244
* Capture username in Medium RSS schema by @razbenya in https://github.com/soxoj/socid-extractor/pull/243
* Update README with field ontology link by @soxoj in https://github.com/soxoj/socid-extractor/pull/245
* Update of Readme, improvements for GitHub/Gitlab, JSON output by @soxoj in https://github.com/soxoj/socid-extractor/pull/246
* Bump pytest-rerunfailures from 16.2 to 16.3 by @dependabot[bot] in https://github.com/soxoj/socid-extractor/pull/247
* chore: pyproject cleanup by @soxoj in https://github.com/soxoj/socid-extractor/pull/248

## New Contributors
* @CasperCodes-CPU made their first contribution in https://github.com/soxoj/socid-extractor/pull/236
* @razbenya made their first contribution in https://github.com/soxoj/socid-extractor/pull/243

**Full Changelog**: https://github.com/soxoj/socid-extractor/compare/v0.0.28...v0.1.0