Commit Graph

  • c761f11a18 feat: avoid warning (#21012) Simone Dalcastagné 2025-04-02 10:29:13 +02:00
  • 8375b96535 [julia] fix regex escape on server codegen (#21009) Tanmay Mohapatra 2025-04-02 11:20:30 +05:30
  • 8e329feb6a [typescript] Use static middleware when calltime options exist but specify no middleware (#20985) Bodo Graumann 2025-04-01 20:11:07 +02:00
  • 7881152dc8 [typescript] Avoid code duplication (#20978) Bodo Graumann 2025-04-01 13:13:54 +02:00
  • a8d56fd8ce Fixes the non-working query parameter when it's an Enum (#20210) Ivan Vaskevych 2025-04-01 10:13:27 +02:00
  • 587fcff85c update java samples William Cheng 2025-04-01 15:05:12 +08:00
  • 4f3726ecfd #11737 Add package to bean name in converter.mustache for EnumConverterConfiguration.java (#17738) Tomschi 2025-04-01 08:48:14 +02:00
  • 56dd63525c [Rust-Axum] Allow use of array query params (#20861) Trent Clever-Nadeau 2025-04-01 02:29:21 -04:00
  • 3b0bb0a73d [Protobuf Schema] Add Support for Multiple Response (#20989) lucy66hw 2025-03-31 00:31:07 -07:00
  • 36287acfd6 [JAVA][BUG] formParams.mustache should contain @FormParam, not @QueryParam (#20991) (#20993) Greg Knox 2025-03-31 00:37:06 +10:00
  • c6e2a5fa94 [PHP] - Removes trailing comma from ::flattenArray() (#20988) Juan Treminio 2025-03-29 12:08:52 -05:00
  • 5e5832d982 Javalin fixes and validation (#20981) koenlavooij 2025-03-29 17:58:48 +01:00
  • 045a9c16b1 fix: support backwards compatible changes in discriminators (#20983) hackerman 2025-03-27 17:19:16 +01:00
  • 701b6bd576 [kotlin][client] make kotlinx serialization configurable (#20955) Bruno Coelho 2025-03-26 10:19:24 +00:00
  • 11c56117d2 [typescript-axios] Add Api and Model Docs (#20969) Cameron Koegel 2025-03-26 04:57:52 -04:00
  • bd9d93db89 minor improvements to kotlin musk generators (#20968) William Cheng 2025-03-25 23:17:02 +08:00
  • 8ca3543436 Issue 20804: Add java nullability annotations (#20806) Nicolas Vervelle 2025-03-25 16:01:17 +01:00
  • d81b5a37d1 #20883 - Add new Misk Kotlin OpenAPI Generator (#20885) Andrew Wilson 2025-03-25 14:43:30 +00:00
  • b2a14f98d5 Deploy website - based on c8cfa16a48 William Cheng 2025-03-25 22:40:37 +08:00
  • c8cfa16a48 Add options to aggregate protos to one file (#20962) lucy66hw 2025-03-25 07:35:48 -07:00
  • 16552755bf feat(typescript-angular): update enum definitions to use 'as const' for improved type safety (#20958) Daniel Schreiber 2025-03-24 17:46:04 +01:00
  • 07e5a674db fix: escape operationIds before outputting them (#14475) Simon Podlipsky 2025-03-24 14:19:58 +01:00
  • 0becb3feb7 [typescript-fetch] to fix incorrect parsing with additional properties (#20923) DavidGrath 2025-03-24 14:18:53 +01:00
  • cd2fbd6ff4 Add support for normalizing bearerAuth (#20860) Calvin Bascom 2025-03-24 07:39:40 -04:00
  • 550e31775d [csharp][generichost] Fixed subpath (#20896) devhl-labs 2025-03-24 03:47:07 -04:00
  • 62b176e95d feat(php): drop support for EOLed PHP versions and unify min required version (#17826) Simon Podlipsky 2025-03-24 06:59:01 +01:00
  • 7d977b63dc Update scala version (#20953) kenji yoshida 2025-03-24 14:55:46 +09:00
  • 34c6c583cc [csharp][generichost] Fixed string formatted as decimal (#20894) devhl-labs 2025-03-23 10:44:12 -04:00
  • 8756ff7596 update samples William Cheng 2025-03-23 21:50:11 +08:00
  • 2ec6b53dfa Fix issue with nullable values not validated when value is null Bug: 20525 (#20549) Jan van Rhijn 2025-03-23 14:45:15 +01:00
  • 08ec37cc10 [kotlin-spring] Generate @Valid annotation on all RequestParts/Params for Multipart requests when useBeanValidation=true (#20864) Dimitar Tomov 2025-03-23 12:31:18 +02:00
  • 73b6b7084f Drop python 3.8 support python 3.13 in python generator (#20909) Youri Westerman 2025-03-23 11:10:32 +01:00
  • c749919812 fix deprecated old sbt build file syntax (#20949) kenji yoshida 2025-03-23 19:03:29 +09:00
  • 866558f9e7 Update sbt version (#20948) kenji yoshida 2025-03-23 14:13:30 +09:00
  • 24d2083684 update scala-akka-http-server generator (#20924) kenji yoshida 2025-03-22 17:53:03 +09:00
  • 868074212a [Java] Extend JavaSpring apiClient.mustache with option to override contextId for FeignClient (#20943) Pavel 2025-03-22 04:36:30 +01:00
  • f3999109cb protobuf import format (#20946) lucy66hw 2025-03-21 19:00:01 -07:00
  • f39675b41a cleanup (#20937) martin-mfg 2025-03-21 08:15:50 +01:00
  • 22b678764c [Swift][client] fix parameters encoding (#20934) Bruno Coelho 2025-03-20 12:29:58 +00:00
  • 6e3b1996ed [java][spring] add useSpringBuiltInValidation option to disable @Validated at class level (fix #20899) (#20901) takashno 2025-03-20 18:41:02 +09:00
  • a4072c5ea9 [PHP] Bring PSR-18 composer.json inline with main (#20897) Juan Treminio 2025-03-20 04:39:50 -05:00
  • 20db1e1590 Fix src/main/resources/JavaSpring/pojo.mustache to generate @Deprecated annotation unrelated to description. (#20905) Mihály Verhás 2025-03-20 06:54:08 +01:00
  • 1996d7e8fc [protobuf-schema] Add flag to handle complex type (#20915) lucy66hw 2025-03-19 22:22:40 -07:00
  • a2ee3a7cfc [dart-dio][timemachine] Bugfix: Ensure closing bracket when adding serializers (#20908) Enric Pou 2025-03-19 18:30:51 +01:00
  • 8f24df4165 [PHP] Fix converting objects to formdata (#20888) Juan Treminio 2025-03-19 02:39:57 -05:00
  • 8a8bacd0d5 udpate global setting tests (#20925) William Cheng 2025-03-19 15:29:39 +08:00
  • 69e4336f67 Bump actions/setup-dotnet from 4.3.0 to 4.3.1 (#20916) dependabot[bot] 2025-03-18 13:15:49 +08:00
  • 298d6c2200 [Swift][client] make alamofire version more flexible and build projects on CI before running unit tests (#20913) Bruno Coelho 2025-03-17 21:05:43 +00:00
  • 4c1257a2b6 [Swift][client] add identifier to each request (#20890) Bruno Coelho 2025-03-17 21:05:21 +00:00
  • 31c1a86736 [swift6] Change JSONEncodable protocol to always return String (#20906) Lennard Sprong 2025-03-17 16:53:22 +01:00
  • 1eb8c58446 [swift6] Add typed throws to Validation functions (#20903) Lennard Sprong 2025-03-17 16:11:25 +01:00
  • 02307dbf0c fix: #20826 Update urllib3 requirement for Python generator (#20845) Robinsstudio 2025-03-17 11:26:57 +01:00
  • 995c6c5a88 fix(openapi-generator): fixes GlobalSettings (#20744) cagliostro92 2025-03-16 15:03:03 +01:00
  • 191eba4afa replace all UriComponentsBuilder.fromHttpUrl() with UriComponentsBuilder.fromUriString() because UriComponentsBuilder.fromHttpUrl will be removed in the near future. (#20893) Yobyn Roetz 2025-03-16 09:04:04 +01:00
  • b1f572e116 [go-server] move errMsg helpers to helpers file (#20876) Jarangutan 2025-03-15 09:27:56 -04:00
  • 7633cd3808 Deploy website - based on 1c1365513f William Cheng 2025-03-13 23:32:08 +08:00
  • 1c1365513f Bump @babel/helpers from 7.20.13 to 7.26.10 in /website (#20867) dependabot[bot] 2025-03-13 23:26:24 +08:00
  • 6fdc277f18 remove set e fix-circleci William Cheng 2025-03-13 20:24:23 +08:00
  • a3fb8f59f8 Bump dorny/test-reporter from 1 to 2 (#20862) dependabot[bot] 2025-03-13 18:47:34 +08:00
  • 5c51ee49a2 [Rust Server] Bump up env_logger to 0.11 (#20865) Pietro Bongiovanni 2025-03-13 11:45:50 +01:00
  • 3ab495a0aa Fix operationId mapping (#20846) William Cheng 2025-03-12 20:28:18 +08:00
  • e40f9e3801 update C# samples William Cheng 2025-03-12 18:18:16 +08:00
  • 7f40ce0dd8 Use interfaces for Polly retry policies (#20821) Jacob Ilsø 2025-03-12 09:49:03 +01:00
  • 7d9e1ecc22 Bump feign version to 13.5 from 10.12. (#20849) Josh Keighley 2025-03-12 08:35:36 +00:00
  • 8ead4b6e3f [typescript-angular] fix: correctly serialize query params objects (#20850) Daniel Schreiber 2025-03-12 09:22:49 +01:00
  • 0e34d39833 add tests, option for useVirtualHooks (csharp) (#20837) William Cheng 2025-03-11 00:02:30 +08:00
  • 21be5f5abc fix(typescript-nestjs): handle query params serialization properly (#20755) mahmoud_ zeyada 2025-03-10 17:07:21 +02:00
  • 4ad76cc86c [go-server] Moved helper code from router and updated logger for chi (#20823) Jarangutan 2025-03-09 03:47:11 -04:00
  • e8ae249cad [csharp] Add useVirtualForHooks option (#20705) Sam Ward 2025-03-08 22:30:58 +13:00
  • cde0f551fc [PHP-NEXTGEN] make allowable values enum getter static (#20820) Brian Ferri 2025-03-08 09:39:48 +01:00
  • 7f64246b20 use nim own petstore test spec (#20819) William Cheng 2025-03-07 15:35:50 +08:00
  • b528e4a7a7 [protobuf-schema] Support oneOf and AnyOf (#20798) lucy66hw 2025-03-06 23:10:07 -08:00
  • 74e49ac1d2 use java.io.Serializable (#20815) martin-mfg 2025-03-06 17:17:06 +01:00
  • ce0c0dcab0 [typescript-angular] fix: update basePath initialization to use template variable (#20816) Daniel Schreiber 2025-03-06 17:05:20 +01:00
  • ba2e50519d improve documentation for RESOLVE_INLINE_ENUMS (#20812) David 2025-03-06 11:28:45 +01:00
  • ffa196e6a9 Add x-implements for java enums (#20778) jpfinne 2025-03-05 18:59:55 +01:00
  • 36b72052e6 Add tag and method filters during generation (#20801) Tyler Mairose 2025-03-05 11:49:47 -06:00
  • 123119c076 Add the dependencies in the generated Opam file (#20805) Julien Debon 2025-03-05 12:38:41 +01:00
  • 890c758fd8 Add github workflow for OCaml samples (#20802) William Cheng 2025-03-05 18:07:44 +08:00
  • f2bbb9e0a2 [java] generateClientAsBean for restclient and webclient (#20754) sabra 2025-03-05 10:50:24 +01:00
  • 6361d54865 Deploy website - based on efc53f5d47 William Cheng 2025-03-05 17:39:37 +08:00
  • efc53f5d47 [JavaScript] Avoid undefined headers with skipDefaultUserAgent enabled (#20792) Jakob Warkotsch 2025-03-05 10:36:07 +01:00
  • 0f13dfedb9 [OCaml] Fix default optional list (#20789) Julien Debon 2025-03-04 18:41:21 +01:00
  • c96d3088c5 [protobuf-schema] Use snake_case for protobuf fields, UPPER_SNAKE_CASE for enums. (#20696) lucy66hw 2025-03-04 01:18:07 -08:00
  • 90de8dcd75 [OCaml] Add key to each model field (#20766) Julien Debon 2025-03-04 09:49:27 +01:00
  • a018c10c70 fix Maven plugin tests (#20782) martin-mfg 2025-03-04 03:42:44 +01:00
  • 2cff152e2a adding Intellij style xml and applied to all java code (#20734) Ron Reynolds 2025-03-03 09:44:48 -08:00
  • 3ad5303f99 update samples William Cheng 2025-03-03 19:29:07 +08:00
  • 2b8d496c80 [#19921] Add RFC 3339 compatible Jackson module for java.time types, regenerate samples (#20700) martin-mfg 2025-03-03 10:42:18 +01:00
  • 5cef0803b8 Java client enhanced Configuration with ApiClient Supplier (#20738) Ron Reynolds 2025-03-02 21:52:10 -08:00
  • e0b6b2bbc7 Fix nim code generation (#20752) sandwoodK 2025-03-03 06:50:19 +01:00
  • af536f6205 Finalize [this-escape] warnings fixes in apache-httpclient (#20774) Iurii Ignatko 2025-03-03 06:01:08 +01:00
  • ecdd8b5442 Upgrade plexus-build-api (#20759) Han van Venrooij 2025-03-03 03:33:18 +01:00
  • 70df1170cc fix: authorization values in Java modules (#20644) Simone Dalcastagné 2025-03-02 16:39:37 +01:00
  • 85ab65c4ca Fixed allOf with only one model (#20716) Ross Sullivan 2025-03-03 00:33:00 +09:00
  • a79aad8420 Prepare 7.13.0 (#20758) William Cheng 2025-02-28 13:48:36 +08:00
  • afc27ef4bc v7.12.0 release (#20757) v7.12.0 William Cheng 2025-02-28 12:12:26 +08:00
  • 6e9a0559a8 [csharp] Set generichost as default (#20748) William Cheng 2025-02-27 18:06:27 +08:00
  • 1c3eade94d [java][spring] Add option optionalAcceptNullable to accept null values (#20746) William Cheng 2025-02-27 17:21:51 +08:00
  • fc00a663e1 [typescript] middleware import file extension in api types (#20745) David Gamero 2025-02-27 03:22:38 -05:00