Recent Releases of com.moclojer/moclojer
com.moclojer/moclojer - v0.4.0
v0.4.0
What's Changed
Features
- WebSocket Support Issue #316
- Documentation of the moclojer specification (moclojer yaml) Issue #245
- Upgrade Clojure to version 1.12.0 Issue #282
Improvements
- Change from clj-http to http-kit Issue #320
- Fix flaky latency tests by adding tolerance buffer Issue #321
Contributors
- @avelino
- @J0sueTM
- @Felipe-gsilva
- Clojure
Published by github-actions[bot] about 1 year ago
com.moclojer/moclojer - v0.3.5
v0.3.5
What's Changed
Features
- Latency Simulation and Rate Limiting Middleware PR #301
Bug Fixes
- Default x-rate-limit to 100 PR #305
- The --mocks tag isn't working properly PR #299
- Fix implementation PR #306
Documentation
- Better document moclojer's functions and workflow PR #285
Contributors
- @avelino
- @Felipe-gsilva
- @grigolin
- @j0suetm
- Clojure
Published by github-actions[bot] about 1 year ago
com.moclojer/moclojer - v0.3.4
v0.3.4
Whatβs Changed
Contributors
- @matheusfrancisco
- @j0suetm
- @avelino
- Clojure
Published by github-actions[bot] over 1 year ago
com.moclojer/moclojer - v0.3.3.1
v0.3.3.1
What's Changed
Contributors
- @j0suetm
- Clojure
Published by J0sueTM almost 2 years ago
com.moclojer/moclojer - v0.3.3
v0.3.3
Whatβs Changed
- Added JSON logging format support. PR #246
- Updated dependencies
@actions/artifactto v2.1.5 and@actions/coreto 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
headerparameters as variables. PR #251 - Added
interceptor-error-handlerfunction for formatting exceptions as JSON for Internal Server Errors. Integrated error handling intoget-interceptors. Importedio.pedestal.interceptor.errorandclojure.data.jsonPR #254 - We should be able to create a dev and prod config map when start moclojer PR #199
- Updated dependencies
@actions/artifactto v2.1.6. This update includes improvements to the artifact upload process. PR #257 - Bug fix docker image build: used
uberjarto build and distribute.jarfile PR #259
Contributors
- @j0suetm
- @eggyhead
- @robherley
- @andrewakim
- @avelino
- Clojure
Published by github-actions[bot] about 2 years ago
com.moclojer/moclojer - v0.3.2
v0.3.2
Whatβs Changed
- Enhanced logging capabilities now include the host of the request, contributed by @avelino https://github.com/moclojer/moclojer/issues/241
Contributors
- @avelino
- Clojure
Published by github-actions[bot] about 2 years ago
com.moclojer/moclojer - v0.3.1
v0.3.1
Whatβs Changed
- Swagger in docs by @avelino https://github.com/moclojer/moclojer/issues/196
- Running moclojer as framework it has an error when hit the
localhost:8000by @matheusfrancisco https://github.com/moclojer/moclojer/issues/201 - Watcher is not restarting the moclojer when I change the spec file by @matheusfrancisco https://github.com/moclojer/moclojer/issues/208
BUG: docker no main manifest attribute, in /app/moclojer.jar by @avelino https://github.com/moclojer/moclojer/issues/210- Review structural organization the moclojer version data is stored by @avelino https://github.com/moclojer/moclojer/issues/212
- improve request logs, add more fields by @avelino https://github.com/moclojer/moclojer/issues/214
- Updated
io.pedestallibrary to version 0.6.3 for better stability and performance - Ensured proper handling of not-found HTTP responses, improving user experience by providing clearer error messages and guidance on next steps
- Updated
- sentry support, if set
SENTRY_DSN(sentry doc) envvar send except toby @avelino https://github.com/moclojer/moclojer/issues/195 - webhook condition support
:ifby @avelino https://github.com/moclojer/moclojer/issues/235 - clojars distribute by @avelino https://github.com/moclojer/moclojer/issues/234
Contributors
- @avelino
- @matheusfrancisco
- Clojure
Published by github-actions[bot] about 2 years ago
com.moclojer/moclojer - v0.3.0
v0.3.0
Whatβs Changed
- Reduce maintenance complexity caused by the OpenAPI specification by @avelino and @rodweb https://github.com/moclojer/moclojer/issues/113
- Fixed configuration file observer, it was not working by @rodweb https://github.com/moclojer/moclojer/issues/120
- Cross-Origin Resource Sharing (CORS) does not work by @vmesel https://github.com/moclojer/moclojer/issues/123
- Leave core package clean (low cognitive load) by @avelino https://github.com/moclojer/moclojer/pull/134
- Clear Slf4jLog (main thread logs) by @matheusfrancisco @souenzzo @avelino https://github.com/moclojer/moclojer/pull/135
- endpoint with
xlsxcontent by @avelino https://github.com/moclojer/moclojer/pull/152 - include file in body endpoint return by @avelino https://github.com/moclojer/moclojer/pull/160
extend-body.path: dynamic path support based on request by @avelino https://github.com/moclojer/moclojer/pull/166- webhook support: background execution, with waiting time before executing by @avelino https://github.com/moclojer/moclojer/pull/176
- tests: reuse server object by @avelino https://github.com/moclojer/moclojer/issues/178
- structure to receive vector with configuration not "only" file in FS by @avelino https://github.com/moclojer/moclojer/issues/188
- specify support for the use of frameworks by @avelino https://github.com/moclojer/moclojer/issues/191
Contributors
- @avelino
- @rodweb
- @matheusfrancisco
- @vmesel
- @souenzzo
- Clojure
Published by github-actions[bot] over 2 years ago
com.moclojer/moclojer - v0.2
v0.2
What's Changed
- release process does not work :bug Something isn't working https://github.com/moclojer/moclojer/issues/ by @avelino
- dependabot: add maven repo https://github.com/moclojer/moclojer/issues/103 by @avelino
- Better default config path for CLI like usage :devx :enhancementNew feature or request https://github.com/moclojer/moclojer/issues/63 by @rafaeldelboni
- created bug report flow https://github.com/moclojer/moclojer/issues/101 by @avelino
- clj-kondo: upgrate to v2023.04.14 https://github.com/moclojer/moclojer/issues/98 by @avelino
- Distribution of the final docker image with binary filehttps://github.com/moclojer/moclojer/issues/44 by @avelino
- using native-image in docker image https://github.com/moclojer/moclojer/issues/95 by @avelino
- Fixes docker command and some English readability https://github.com/moclojer/moclojer/issues/76 by @vmesel
- Build/make dynamic pedestal router https://github.com/moclojer/moclojer/issues/71 by @avelino
- isolating openapi into smaller functions https://github.com/moclojer/moclojer/issues/75 by @avelino
- Create
CODE_OF_CONDUCT.mdhttps://github.com/moclojer/moclojer/issues/74 by @avelino - Remove git submodule dependence (openapi spec) https://github.com/moclojer/moclojer/issues/69 by @avelino
- Running inside docker in http server is not publicly exposed :bug Something isn't working https://github.com/moclojer/moclojer/issues/67 by @avelino
- [Documentation] Add documentation to this repository https://github.com/moclojer/moclojer/issues/66 by @matheusfrancisco
- Add Command-line interface https://github.com/moclojer/moclojer/issues/62 by @rafaeldelboni
- Adds Command Line Interface https://github.com/moclojer/moclojer/issues/65 by @rafaeldelboni
- Adds manual install script like babashka https://github.com/moclojer/moclojer/issues/61 by @rafaeldelboni
- better describe the code documentation https://github.com/moclojer/moclojer/issues/60 by @avelino
- clojure devcontainer support https://github.com/moclojer/moclojer/issues/58 by @avelino
- when the configuration file does not exist it gives an error https://github.com/moclojer/moclojer/issues/53 by @avelino
- config: try File Not Found https://github.com/moclojer/moclojer/issues/56 by @avelino
- docker image problem ghcr.io/avelino/moclojer:latest java exec format error https://github.com/moclojer/moclojer/issues/54 by @avelino
- Avoid moclojer.helpers namespace https://github.com/moclojer/moclojer/issues/49 by @souenzzo
- Avoid multiple slf4j bindings in classpath https://github.com/moclojer/moclojer/issues/48 by @souenzzo
- support for multiple domains in the specification (configuration) https://github.com/moclojer/moclojer/issues/47 by @avelino
- add multi-host support https://github.com/moclojer/moclojer/issues/46 by @avelino
- openapi: specified endpoints are not working https://github.com/moclojer/moclojer/issues/45 by @avelino
- Using multistage to smaller docker images by @avelino
Contributors
- @souenzzo
- @avelino
- @rafaeldelboni
- @vmesel
- @matheusfrancisco
- Clojure
Published by github-actions[bot] about 3 years ago
com.moclojer/moclojer - v0.1
What's Changed
- Add openapi v3 support by @souenzzo in https://github.com/avelino/moclojer/pull/2
- Minimal graalvm support by @souenzzo in https://github.com/avelino/moclojer/pull/3
- dynamic endpoint support by @avelino in https://github.com/avelino/moclojer/pull/8
- slugify router-name -> remove replace
/by @avelino in https://github.com/avelino/moclojer/pull/10 - params query support by @avelino in https://github.com/avelino/moclojer/pull/12
- implement (body-params/body-params) by @avelino in https://github.com/avelino/moclojer/pull/14
- run the tests after the linter by @avelino in https://github.com/avelino/moclojer/pull/19
- [EDN-MOCK-SERVER-SUPPORT]- add edn support to moclojer by @matheusfrancisco in https://github.com/avelino/moclojer/pull/16
- Graal build v2 by @souenzzo in https://github.com/avelino/moclojer/pull/21
- Hot reload support by @souenzzo in https://github.com/avelino/moclojer/pull/22
- +multipart support, fixes #20 by @souenzzo in https://github.com/avelino/moclojer/pull/23
- generate version automatically with tag creation by @avelino in https://github.com/avelino/moclojer/pull/24
- split build and release into two actions by @avelino in https://github.com/avelino/moclojer/pull/27
- docker file image by @avelino in https://github.com/avelino/moclojer/pull/28
- generating reflect.config in gaction by @avelino in https://github.com/avelino/moclojer/pull/29
New Contributors
- @souenzzo made their first contribution in https://github.com/avelino/moclojer/pull/2
- @avelino made their first contribution in https://github.com/avelino/moclojer/pull/8
- @matheusfrancisco made their first contribution in https://github.com/avelino/moclojer/pull/16
Full Changelog: https://github.com/avelino/moclojer/commits/v0.1
- Clojure
Published by avelino about 4 years ago