retrofit v1.0.2 Release Notes

Release Date: 2013-05-23 // almost 11 years ago
    • Allow uppercase letters in path replacement identifiers.
    • Fix: Static query parameters in the URL are now correctly appended with a separating '?'.
    • Fix: Explicitly allow or forbid null as a value for method parameters.
      • @Path - Forbidden
      • @Query - Allowed
      • @Field - Allowed
      • @Part - Forbidden
      • @Body - Forbidden
      • @Header - Allowed