2023 year in review

By John

Share this page

The end of the year is nearly upon us and we have lots to celebrate! Specmatic just turned 4 and the release of version 1.0 of Specmatic this month, was an exciting milestone to achieve. We have rolled out many compelling new capabilities this year and there is much more to come!

In this issue:

Conference appearances

The team has presented at several conferences this year including Agile India 2023, YOW in Australia and AsyncAPI on Tour in Bangalore plus many smaller Meetups. They’ve been spreading the word about the benefits of CDD and how Specmatic can help make it all happen.

Look inside your microservices implementation with Specmatic Insights

Specmatic Insights is a new tool that aggregates Specmatic reports from various environments such as your CI/CD pipelines, and visualizes how your organization’s microservices talk to each other, providing actionable insights.

Contract testing made even easier with VSCode extension

The new Specmatic VSCode extension makes it easy to set up and run your contract tests from within VSCode. An interactive UI takes care of your configurations for running contract tests and remembers your settings for future tests. It can also automatically generate examples and test data for your OpenAPI specifications using GPT-4.

Word is getting out!

This year, others have been picking up on the benefits of Contract Driven Development and how Specmatic facilitates a CDD workflow.

In March, InfoQ published an article outlining an organization’s Contract-Driven Development adoption journey. It covers off the many benefits of CDD as well as how the organization overcame some of the challenges.

A man is pointing to the Specmatic tool for easy microservice testing, featured on Dave Farley's Continuous Delivery channel.

Dave Farley posted a video on “Easy Microservice Testing” with Specmatic to his Continuous Delivery YouTube channel which sparked some lively conversation.

Serghei Lakovlev has created a handy action to set up a Specmatic environment for use in Github actions.

Markus Oberlehner discovered the benefits of stubbing endpoints with Spermatic and shared his thoughts on YouTube.

Geovanny Ribeiro shared on LinkedIn when he discovered he could stub http APIs with their OpenAPI specifications and mock a Kafka broker with AsyncAPI specification.

Specmatic explainer videos

This year we’ve produced a series of videos to help people understand the benefits of Contract-Driven Development and how Specmatic works. You’ll find them on the Specmatic website and on our YouTube channel.

Specmatic Contributors

We are thrilled to have a group of talented contributors to the Specmatic project. With 40 forks and 163 stars, we have an active community! Thanks to everyone who has contributed code this past year, we appreciate your efforts:

Andre Roaldseth, Christophe Lopez, Hari Krishnan, Jaydeep Kulkarni, Joel Rosario, Lingxu Meng, Markus Oberlehner, Naresh Jain, Naresh Kumar, Rahul Shekhawat, Rosdi Kasim, Samuel Antoine, Swamideshmukh, Vikram Rao, Westse, Yntelectual, and Zapheus-Runplaywin.

Latest Specmatic release: 1.1.0

Recent releases include the following updates:

  • #721 Implemented support for the RFC3339 datetime format. by @jaydeepk in #846
  • Repo report order stability by @westse in #851
  • Fixed proxy error when converging array types by @joelrosario in #855
  • Support for all syntactical equivalents of free form objects by @jaydeepk in #853
  • Support json and yml extensions by @harikrishnan83 in #854
  • Added support for minProperties and maxProperties
  • Added support for oneOf nested within allOf
  • Use schema example as the default example

You can download the latest version here.

Features released in 2023

We’ve been busy with 40 updates made to the project this year! A lot of new capabilities have been added to Specmatic in response to user requirements including:

  • API coverage reports
  • Redis stub – private beta
  • Hooks for emulating payment gateways
  • Node wrapper v2
  • JDBC stub – private beta
  • Python wrapper
  • AsyncAPI Kafka support – private beta

Coming up next…

Here is a peak at some of the features we are planning to develop next in Specmatic:

  • AsyncAPI General Availability
  • AsyncAPI v3 support (beta)
  • OpenAPI links support
  • OpenAPI 3.1 support

As always, we’d love to hear how you are using Specmatic and how Contract-Driven Development has transformed your microservices development and deployment experience. What have been your challenges and what have been your wins? Got questions? Contact us and ask away.

Related Posts

Specmatic vs WireMock

By Hari Krishnan

Comparison: Specmatic vs WireMock

API mocking is only effective if the mocks are truly representative of the provider / services they are emulating. Deviations between mocks and providers can
Read More
Specmatic vs Pact & Pactflow comparison

By Hari Krishnan

Comparison: Specmatic vs Pact.io and Pactflow.io

Specmatic and Contract Driven Development differ significantly from Pact. We built Specmatic out of our own necessity where Pact did not fit the bill for
Read More

By Naresh Jain

Contract Testing using OpenAPI Specs as Executable Contracts

Demonstration video showing OpenAPI specifications being leveraged as executable contracts with Specmatic Sample projects with OpenAPI https://docs.specmatic.io/sample_projects.html#openapi
Read More
Contract Testing with Specmatic - Markus Oberlehner

Stubbing an HTTP end-point with Specmatic

Markus Oberlehner gives a brief overview on the topic of Contract Testing with Specmatic and his experience using it for stubbing an HTTP end-point.
Read More

By Joel Rosario

TMForum ODA CTK API specification conformance testing with Specmatic

We recently discovered some major issues with the TMForum Conformance Test Kit (CTK) v5.0.0 and will demonstrate how using Specmatic can address these problems.
Read More
Specmatic API Coverage Report

Early detection of mismatches between your API specs and implementation: Exploring Specmatic’s API Coverage Report

Specmatic’s API coverage report helps identify any mismatches between an OpenAPI specification and an application's endpoints early in the development lifecycle. The report lists all
Read More
Dave Farley pointing to the Specmatic tool for easy microservice testing, featured on Dave Farley's Continuous Delivery channel.

“Easy Microservice Testing” – Specmatic featured on Continuous Delivery channel

Dave Farley is a respected author and widely recognised proponent of Continuous Delivery. In this video on his Continuous Delivery YouTube channel he discusses why
Read More
JDBC stubbing with Redis and Specmatic contract testing.

Break the Chains of Database Dependencies: Leveraging Specmatic for JDBC Stubbing

With Specmatic JDBC stub, you can easily test APIs without the need for a complex database setup. By switching out the real database with a
Read More

JMS Mocking with AsyncAPI using Specmatic

The JMS mock is wire compatible and can be controlled entirely from within the test. This means you can run the test locally or also
Read More
Specmatic + Kafka demo video thumbnail

Kafka Mocking with AsyncAPI using Specmatic

The Specmatic Kafka mock is wire compatible and entirely within the control of the test, the test can run locally and in CI and deliver
Read More