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

Previousv0.3.3.1Nextv0.3.2

Last updated 1 year ago

Was this helpful?

What’s Changed

  • Added JSON logging format support.

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

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

  • Minor fix to the migration README.

  • HTTP header parameters as variables.

  • 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

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

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

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

Contributors

  • @j0suetm

  • @eggyhead

  • @robherley

  • @andrewakim

  • @avelino

🎯 milestone
🔖 full Changelog
PR #246
PR #562
PR #561
PR #523
PR #251
PR #254
PR #199
PR #257
PR #259