moclojer
GitHub
  • README
  • First Steps
    • Overview
    • Installation
    • Your First Mock Server
    • Dynamic Responses
    • Multiple Endpoints
    • Real-World Example
  • Templates
    • Template System Overview
    • Template Variables
  • Advanced Features
    • WebSocket Support
    • External Bodies
    • Webhook Integration
    • Rate Limiting
    • Multi-Domain Support
  • Framework Integration
    • Using as a Library
  • Reference Documentation
    • Configuration Specification
    • FAQ
  • Community and Contribution
    • Documentation Refactor
    • Code of Conduct
  • Release Notes
    • Latest Changes
    • v0.4.0
    • v0.3.5
    • v0.3.4
    • v0.3.3.1
    • v0.3.3
    • v0.3.2
    • v0.3.1
    • v0.3.0
    • v0.2
    • v0.1
Powered by GitBook
On this page
  • What’s Changed
  • Contributors

Was this helpful?

Edit on GitHub
  1. Release Notes

v0.3.3

🎯 milestone🔖 full Changelog

What’s Changed

  • Added JSON logging format support. PR #246

  • Updated dependencies @actions/artifact to v2.1.5 and @actions/core to v1.0.1. PR #562

  • Added deprecation notice for versions v3/v2/v1 in the README. PR #561

  • Minor fix to the migration README. PR #523

  • HTTP header parameters as variables. PR #251

  • Added interceptor-error-handler function for formatting exceptions as JSON for Internal Server Errors. Integrated error handling into get-interceptors. Imported io.pedestal.interceptor.error and clojure.data.json PR #254

  • We should be able to create a dev and prod config map when start moclojer PR #199

  • Updated dependencies @actions/artifact to v2.1.6. This update includes improvements to the artifact upload process. PR #257

  • Bug fix docker image build: used uberjar to build and distribute .jar file PR #259

Contributors

  • @j0suetm

  • @eggyhead

  • @robherley

  • @andrewakim

  • @avelino

Previousv0.3.3.1Nextv0.3.2

Last updated 1 year ago

Was this helpful?